diff options
Diffstat (limited to 'src/Gnome.hh')
-rw-r--r-- | src/Gnome.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Gnome.hh b/src/Gnome.hh index 2b07fab..f437ddb 100644 --- a/src/Gnome.hh +++ b/src/Gnome.hh | |||
@@ -62,7 +62,7 @@ public: | |||
62 | WIN_HINTS_GROUP_TRANSIENT = (1<<3), // Reserved - definition is unclear | 62 | WIN_HINTS_GROUP_TRANSIENT = (1<<3), // Reserved - definition is unclear |
63 | WIN_HINTS_FOCUS_ON_CLICK = (1<<4) // app only accepts focus if clicked | 63 | WIN_HINTS_FOCUS_ON_CLICK = (1<<4) // app only accepts focus if clicked |
64 | }; | 64 | }; |
65 | 65 | ||
66 | Gnome(); | 66 | Gnome(); |
67 | ~Gnome(); | 67 | ~Gnome(); |
68 | void initForScreen(BScreen &screen); | 68 | void initForScreen(BScreen &screen); |
@@ -83,7 +83,7 @@ public: | |||
83 | void updateWorkspace(FluxboxWindow &win); | 83 | void updateWorkspace(FluxboxWindow &win); |
84 | 84 | ||
85 | bool checkClientMessage(const XClientMessageEvent &ce, BScreen * screen, WinClient * const winclient); | 85 | bool checkClientMessage(const XClientMessageEvent &ce, BScreen * screen, WinClient * const winclient); |
86 | 86 | ||
87 | // ignore these ones | 87 | // ignore these ones |
88 | void updateFrameClose(FluxboxWindow &win) {} | 88 | void updateFrameClose(FluxboxWindow &win) {} |
89 | bool propertyNotify(WinClient &winclient, Atom the_property); | 89 | bool propertyNotify(WinClient &winclient, Atom the_property); |
@@ -99,7 +99,7 @@ private: | |||
99 | m_gnome_wm_win_workspace_count, m_gnome_wm_win_workspace_names, | 99 | m_gnome_wm_win_workspace_count, m_gnome_wm_win_workspace_names, |
100 | m_gnome_wm_win_client_list; | 100 | m_gnome_wm_win_client_list; |
101 | Atom m_gnome_wm_prot; | 101 | Atom m_gnome_wm_prot; |
102 | Atom m_gnome_wm_supporting_wm_check; | 102 | Atom m_gnome_wm_supporting_wm_check; |
103 | std::vector<Window> m_gnomewindows; | 103 | std::vector<Window> m_gnomewindows; |
104 | }; | 104 | }; |
105 | 105 | ||