diff options
author | fluxgen <fluxgen> | 2003-05-14 12:09:44 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-14 12:09:44 (GMT) |
commit | f478e85aa8c21847fd4b79b9c3eb4d6082cf21d6 (patch) | |
tree | 9e042b102a74abe67eab01eb1b9f30109ef22cca | |
parent | 53ea8fd780a3b1f19e4d8cecad1980170c2f4d52 (diff) | |
download | fluxbox-f478e85aa8c21847fd4b79b9c3eb4d6082cf21d6.zip fluxbox-f478e85aa8c21847fd4b79b9c3eb4d6082cf21d6.tar.bz2 |
moved updateClientmenu to public area so we can force it to update
-rw-r--r-- | src/Workspace.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh index 5862e50..fcca4f0 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -65,6 +65,7 @@ public: | |||
65 | int addWindow(FluxboxWindow &win, bool place = false); | 65 | int addWindow(FluxboxWindow &win, bool place = false); |
66 | int removeWindow(FluxboxWindow *win); | 66 | int removeWindow(FluxboxWindow *win); |
67 | void removeWindow(WinClient &client); | 67 | void removeWindow(WinClient &client); |
68 | void updateClientmenu(); | ||
68 | 69 | ||
69 | BScreen &screen() { return m_screen; } | 70 | BScreen &screen() { return m_screen; } |
70 | const BScreen &screen() const { return m_screen; } | 71 | const BScreen &screen() const { return m_screen; } |
@@ -93,7 +94,7 @@ protected: | |||
93 | void placeWindow(FluxboxWindow &win); | 94 | void placeWindow(FluxboxWindow &win); |
94 | 95 | ||
95 | private: | 96 | private: |
96 | void updateClientmenu(); | 97 | |
97 | 98 | ||
98 | BScreen &m_screen; | 99 | BScreen &m_screen; |
99 | FluxboxWindow *m_lastfocus; | 100 | FluxboxWindow *m_lastfocus; |