all repos — fluxbox @ f478e85aa8c21847fd4b79b9c3eb4d6082cf21d6

custom fork of the fluxbox windowmanager

moved updateClientmenu to public area so we can force it to update
fluxgen fluxgen
commit

f478e85aa8c21847fd4b79b9c3eb4d6082cf21d6

parent

53ea8fd780a3b1f19e4d8cecad1980170c2f4d52

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/Workspace.hhsrc/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;