diff options
author | markt <markt> | 2007-06-30 01:28:54 (GMT) |
---|---|---|
committer | markt <markt> | 2007-06-30 01:28:54 (GMT) |
commit | 8fbeaf279e930b2d9c236cba29b923609b910f5c (patch) | |
tree | 68249f76f4032580a67a97b4175b0d4a28aa8398 /src/Ewmh.hh | |
parent | 329fca30fdbbc051a733c6d15efa6b95370ac221 (diff) | |
download | fluxbox-8fbeaf279e930b2d9c236cba29b923609b910f5c.zip fluxbox-8fbeaf279e930b2d9c236cba29b923609b910f5c.tar.bz2 |
little hack for fixing _NET_WM_STATE_DEMANDS_ATTENTION with tabs
Diffstat (limited to 'src/Ewmh.hh')
-rw-r--r-- | src/Ewmh.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Ewmh.hh b/src/Ewmh.hh index f917390..c1a6868 100644 --- a/src/Ewmh.hh +++ b/src/Ewmh.hh | |||
@@ -67,6 +67,8 @@ private: | |||
67 | enum { STATE_REMOVE = 0, STATE_ADD = 1, STATE_TOGGLE = 2}; | 67 | enum { STATE_REMOVE = 0, STATE_ADD = 1, STATE_TOGGLE = 2}; |
68 | 68 | ||
69 | void setState(FluxboxWindow &win, Atom state, bool value); | 69 | void setState(FluxboxWindow &win, Atom state, bool value); |
70 | void setState(FluxboxWindow &win, Atom state, bool value, | ||
71 | WinClient &client); | ||
70 | void toggleState(FluxboxWindow &win, Atom state); | 72 | void toggleState(FluxboxWindow &win, Atom state); |
71 | void createAtoms(); | 73 | void createAtoms(); |
72 | void updateStrut(WinClient &winclient); | 74 | void updateStrut(WinClient &winclient); |