diff options
Diffstat (limited to 'src/Ewmh.hh')
-rw-r--r-- | src/Ewmh.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Ewmh.hh b/src/Ewmh.hh index 59c9877..b1f5d39 100644 --- a/src/Ewmh.hh +++ b/src/Ewmh.hh | |||
@@ -77,6 +77,8 @@ private: | |||
77 | void toggleState(FluxboxWindow &win, Atom state); | 77 | void toggleState(FluxboxWindow &win, Atom state); |
78 | void createAtoms(); | 78 | void createAtoms(); |
79 | void updateStrut(WinClient &winclient); | 79 | void updateStrut(WinClient &winclient); |
80 | void updateActions(FluxboxWindow &win); | ||
81 | |||
80 | void setupState(FluxboxWindow &win); | 82 | void setupState(FluxboxWindow &win); |
81 | 83 | ||
82 | // root window properties | 84 | // root window properties |
@@ -94,6 +96,7 @@ private: | |||
94 | m_net_wm_window_type, | 96 | m_net_wm_window_type, |
95 | m_net_wm_window_type_dock, | 97 | m_net_wm_window_type_dock, |
96 | m_net_wm_window_type_desktop, | 98 | m_net_wm_window_type_desktop, |
99 | m_net_wm_window_type_splash, | ||
97 | 100 | ||
98 | // states | 101 | // states |
99 | m_net_wm_state, m_net_wm_state_sticky, m_net_wm_state_shaded, | 102 | m_net_wm_state, m_net_wm_state_sticky, m_net_wm_state_shaded, |
@@ -104,6 +107,7 @@ private: | |||
104 | m_net_wm_state_skip_pager, | 107 | m_net_wm_state_skip_pager, |
105 | m_net_wm_state_below, | 108 | m_net_wm_state_below, |
106 | m_net_wm_state_above, | 109 | m_net_wm_state_above, |
110 | m_net_wm_state_modal, | ||
107 | 111 | ||
108 | // allowed actions | 112 | // allowed actions |
109 | m_net_wm_allowed_actions, | 113 | m_net_wm_allowed_actions, |