aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Workspace.hh3
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
95private: 96private:
96 void updateClientmenu(); 97
97 98
98 BScreen &m_screen; 99 BScreen &m_screen;
99 FluxboxWindow *m_lastfocus; 100 FluxboxWindow *m_lastfocus;