diff options
author | fluxgen <fluxgen> | 2006-04-23 21:28:09 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-04-23 21:28:09 (GMT) |
commit | 60c63e8e640b4648f166e384a9f0de0f1459f147 (patch) | |
tree | 5346d3e7c994625eb4532f59225e8fffea79b016 /src/Ewmh.hh | |
parent | 8a68aa5328c972435f3241938bb71c74d49b7993 (diff) | |
download | fluxbox-60c63e8e640b4648f166e384a9f0de0f1459f147.zip fluxbox-60c63e8e640b4648f166e384a9f0de0f1459f147.tar.bz2 |
added support for _NET_WM_RESTACK_WINDOW.
Diffstat (limited to 'src/Ewmh.hh')
-rw-r--r-- | src/Ewmh.hh | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/src/Ewmh.hh b/src/Ewmh.hh index b1f5d39..497665a 100644 --- a/src/Ewmh.hh +++ b/src/Ewmh.hh | |||
@@ -82,10 +82,20 @@ private: | |||
82 | void setupState(FluxboxWindow &win); | 82 | void setupState(FluxboxWindow &win); |
83 | 83 | ||
84 | // root window properties | 84 | // root window properties |
85 | Atom m_net_supported, m_net_client_list, m_net_client_list_stacking, | 85 | Atom m_net_supported, |
86 | m_net_number_of_desktops, m_net_desktop_geometry, m_net_desktop_viewport, | 86 | m_net_client_list, |
87 | m_net_current_desktop, m_net_desktop_names, m_net_active_window, m_net_workarea, | 87 | m_net_client_list_stacking, |
88 | m_net_supporting_wm_check, m_net_virtual_roots, m_net_moveresize_window; | 88 | m_net_number_of_desktops, |
89 | m_net_desktop_geometry, | ||
90 | m_net_desktop_viewport, | ||
91 | m_net_current_desktop, | ||
92 | m_net_desktop_names, | ||
93 | m_net_active_window, | ||
94 | m_net_workarea, | ||
95 | m_net_supporting_wm_check, | ||
96 | m_net_virtual_roots, | ||
97 | m_net_moveresize_window, | ||
98 | m_net_restack_window; | ||
89 | 99 | ||
90 | // root window messages | 100 | // root window messages |
91 | Atom m_net_close_window, m_net_wm_moveresize; | 101 | Atom m_net_close_window, m_net_wm_moveresize; |