aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-05-13 16:20:38 (GMT)
committerfluxgen <fluxgen>2006-05-13 16:20:38 (GMT)
commit98db6c71285ca9e01ad0c155c4aa45ee0f8712c8 (patch)
treebb42629f9979d75c55d663c3ae8d6125214797ef
parent94349dda08ff790bae377f23997151d558e76a73 (diff)
downloadfluxbox-98db6c71285ca9e01ad0c155c4aa45ee0f8712c8.zip
fluxbox-98db6c71285ca9e01ad0c155c4aa45ee0f8712c8.tar.bz2
added new signal, attentionSig(), will notify listeners when this window demands attention
-rw-r--r--src/Window.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 44cfebd..60ecaca 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -289,6 +289,7 @@ FluxboxWindow::FluxboxWindow(WinClient &client, FbWinFrameTheme &tm,
289 m_diesig(*this), 289 m_diesig(*this),
290 m_focussig(*this), 290 m_focussig(*this),
291 m_titlesig(*this), 291 m_titlesig(*this),
292 m_attentionsig(*this),
292 m_themelistener(*this), 293 m_themelistener(*this),
293 moving(false), resizing(false), shaded(false), 294 moving(false), resizing(false), shaded(false),
294 iconic(false), focused(false), 295 iconic(false), focused(false),