aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.hh
diff options
context:
space:
mode:
authormathias <mathias>2005-06-02 01:36:28 (GMT)
committermathias <mathias>2005-06-02 01:36:28 (GMT)
commit3d497bb7030f4698d6c55643d28cd412ed02f191 (patch)
tree1911d8404205317f87f8fbe873b2fec44f6758d5 /src/Ewmh.hh
parent61213bed3aa0d1e926b8bd8f8616471e53611b5a (diff)
downloadfluxbox-3d497bb7030f4698d6c55643d28cd412ed02f191.zip
fluxbox-3d497bb7030f4698d6c55643d28cd412ed02f191.tar.bz2
* _NET_WM_STATE_HIDDEN is now used correctly -> if the window goes iconic, this
state is set... what about moving it outside of the visible area? we need to think about this. * mixing _NET_WM_STATE_HIDDEN and _NET_WM_STATE_SKIP_TASKBAR is solved, we dont do this anymore * we dont use _NET_WM_STATE_SKIP_PAGER .. so we shouldnt delete it, thats handled now correctly -> look at the *State() - functions
Diffstat (limited to 'src/Ewmh.hh')
-rw-r--r--src/Ewmh.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Ewmh.hh b/src/Ewmh.hh
index c2b49e9..2f63209 100644
--- a/src/Ewmh.hh
+++ b/src/Ewmh.hh
@@ -101,6 +101,7 @@ private:
101 m_net_wm_state_fullscreen, 101 m_net_wm_state_fullscreen,
102 m_net_wm_state_hidden, 102 m_net_wm_state_hidden,
103 m_net_wm_state_skip_taskbar, 103 m_net_wm_state_skip_taskbar,
104 m_net_wm_state_skip_pager,
104 m_net_wm_state_below, 105 m_net_wm_state_below,
105 m_net_wm_state_above, 106 m_net_wm_state_above,
106 107