all repos — fluxbox @ 98db6c71285ca9e01ad0c155c4aa45ee0f8712c8

custom fork of the fluxbox windowmanager

added new signal, attentionSig(), will notify listeners when this window demands attention
fluxgen fluxgen
commit

98db6c71285ca9e01ad0c155c4aa45ee0f8712c8

parent

94349dda08ff790bae377f23997151d558e76a73

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -289,6 +289,7 @@ m_workspacesig(*this),

m_diesig(*this), m_focussig(*this), m_titlesig(*this), + m_attentionsig(*this), m_themelistener(*this), moving(false), resizing(false), shaded(false), iconic(false), focused(false),