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

This commit is contained in:
fluxgen 2003-05-14 12:09:44 +00:00
parent 53ea8fd780
commit f478e85aa8

View file

@ -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;