From f478e85aa8c21847fd4b79b9c3eb4d6082cf21d6 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Wed, 14 May 2003 12:09:44 +0000 Subject: moved updateClientmenu to public area so we can force it to update --- src/Workspace.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: int addWindow(FluxboxWindow &win, bool place = false); int removeWindow(FluxboxWindow *win); void removeWindow(WinClient &client); + void updateClientmenu(); BScreen &screen() { return m_screen; } const BScreen &screen() const { return m_screen; } @@ -93,7 +94,7 @@ protected: void placeWindow(FluxboxWindow &win); private: - void updateClientmenu(); + BScreen &m_screen; FluxboxWindow *m_lastfocus; -- cgit v0.11.2