aboutsummaryrefslogtreecommitdiff
path: root/src/Workspace.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-02-20 21:00:29 (GMT)
committerfluxgen <fluxgen>2003-02-20 21:00:29 (GMT)
commit3e2586bc1b480ed8199146a7aca07aab7cbad7f4 (patch)
tree14998bde165890288df977bac5696e336c4b9511 /src/Workspace.hh
parentab62678bc659b027a45a6619cd60ed50e4db531c (diff)
downloadfluxbox-3e2586bc1b480ed8199146a7aca07aab7cbad7f4.zip
fluxbox-3e2586bc1b480ed8199146a7aca07aab7cbad7f4.tar.bz2
fixed updateClientmenu each time we add or remove a window
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r--src/Workspace.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh
index 34b4c9f..613626b 100644
--- a/src/Workspace.hh
+++ b/src/Workspace.hh
@@ -95,6 +95,7 @@ protected:
95 void placeWindow(FluxboxWindow *win); 95 void placeWindow(FluxboxWindow *win);
96 96
97private: 97private:
98 void updateClientmenu();
98 99
99 BScreen &screen; 100 BScreen &screen;
100 FluxboxWindow *lastfocus; 101 FluxboxWindow *lastfocus;