moved updateClientmenu to public area so we can force it to update
fluxgen fluxgen
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
src/Workspace.hh
→
src/Workspace.hh
@@ -65,6 +65,7 @@ void shutdown();
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;