moved updateClientmenu to public area so we can force it to update
This commit is contained in:
parent
53ea8fd780
commit
f478e85aa8
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue