aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-16 19:06:51 (GMT)
committerfluxgen <fluxgen>2002-10-16 19:06:51 (GMT)
commit46087c7e08f96864bc14a9eaa06067f7672997a0 (patch)
treee0671406f509804a4a6bcb8d4ebdca35b08b36a2 /src/Ewmh.hh
parentdfaed0cecae85324fc72b968ebe28f74067aaeba (diff)
downloadfluxbox-46087c7e08f96864bc14a9eaa06067f7672997a0.zip
fluxbox-46087c7e08f96864bc14a9eaa06067f7672997a0.tar.bz2
const pointer
Diffstat (limited to 'src/Ewmh.hh')
-rw-r--r--src/Ewmh.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Ewmh.hh b/src/Ewmh.hh
index 672665a..b3f8154 100644
--- a/src/Ewmh.hh
+++ b/src/Ewmh.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Ewmh.hh,v 1.2 2002/10/11 10:20:33 fluxgen Exp $ 22// $Id: Ewmh.hh,v 1.3 2002/10/16 19:02:25 fluxgen Exp $
23 23
24#include "AtomHandler.hh" 24#include "AtomHandler.hh"
25 25
@@ -45,7 +45,7 @@ public:
45 45
46 46
47 bool checkClientMessage(const XClientMessageEvent &ce, 47 bool checkClientMessage(const XClientMessageEvent &ce,
48 BScreen *screen, FluxboxWindow *win); 48 BScreen * const screen, FluxboxWindow * const win);
49private: 49private:
50 50
51 enum { STATE_REMOVE = 0, STATE_ADD = 1, STATE_TOGGLE = 2}; 51 enum { STATE_REMOVE = 0, STATE_ADD = 1, STATE_TOGGLE = 2};
@@ -58,7 +58,7 @@ private:
58 Atom m_net_supported, m_net_client_list, m_net_client_list_stacking, 58 Atom m_net_supported, m_net_client_list, m_net_client_list_stacking,
59 m_net_number_of_desktops, m_net_desktop_geometry, m_net_desktop_viewport, 59 m_net_number_of_desktops, m_net_desktop_geometry, m_net_desktop_viewport,
60 m_net_current_desktop, m_net_desktop_names, m_net_active_window, m_net_workarea, 60 m_net_current_desktop, m_net_desktop_names, m_net_active_window, m_net_workarea,
61 m_net_supporting_wm_check, m_net_virtual_roots; 61 m_net_supporting_wm_check, m_net_virtual_roots, m_net_moveresize_window;
62 62
63 // root window messages 63 // root window messages
64 Atom m_net_close_window, m_net_wm_moveresize; 64 Atom m_net_close_window, m_net_wm_moveresize;