diff options
Diffstat (limited to 'src/Gnome.hh')
-rw-r--r-- | src/Gnome.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gnome.hh b/src/Gnome.hh index 3325e2f..2b07fab 100644 --- a/src/Gnome.hh +++ b/src/Gnome.hh | |||
@@ -72,6 +72,7 @@ public: | |||
72 | void updateWorkarea(BScreen &) { } | 72 | void updateWorkarea(BScreen &) { } |
73 | void updateFocusedWindow(BScreen &, Window) { } | 73 | void updateFocusedWindow(BScreen &, Window) { } |
74 | void updateClientList(BScreen &screen); | 74 | void updateClientList(BScreen &screen); |
75 | void updateClientClose(WinClient &winclient); | ||
75 | void updateWorkspaceNames(BScreen &screen); | 76 | void updateWorkspaceNames(BScreen &screen); |
76 | void updateCurrentWorkspace(BScreen &screen); | 77 | void updateCurrentWorkspace(BScreen &screen); |
77 | void updateWorkspaceCount(BScreen &screen); | 78 | void updateWorkspaceCount(BScreen &screen); |
@@ -85,7 +86,6 @@ public: | |||
85 | 86 | ||
86 | // ignore these ones | 87 | // ignore these ones |
87 | void updateFrameClose(FluxboxWindow &win) {} | 88 | void updateFrameClose(FluxboxWindow &win) {} |
88 | void updateClientClose(WinClient &winclient) {} | ||
89 | bool propertyNotify(WinClient &winclient, Atom the_property); | 89 | bool propertyNotify(WinClient &winclient, Atom the_property); |
90 | 90 | ||
91 | private: | 91 | private: |