aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2007-12-30 15:32:53 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2007-12-30 15:32:53 (GMT)
commit04cd2fd14c6f45f61457e034906f630ce46a76cc (patch)
tree67e2f2f7977c3e8525c2ae7eb30f593f7f440b82 /src/Gnome.hh
parent4cc810b0d39917d37fa08034ac7dd509292c9ce3 (diff)
downloadfluxbox-04cd2fd14c6f45f61457e034906f630ce46a76cc.zip
fluxbox-04cd2fd14c6f45f61457e034906f630ce46a76cc.tar.bz2
removed some unneeded headers
Diffstat (limited to 'src/Gnome.hh')
-rw-r--r--src/Gnome.hh6
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