added new signal, attentionSig(), will notify listeners when this window demands attention
This commit is contained in:
parent
94349dda08
commit
98db6c7128
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ FluxboxWindow::FluxboxWindow(WinClient &client, FbWinFrameTheme &tm,
|
|||
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),
|
||||
|
|
Loading…
Reference in a new issue