diff options
author | rathnor <rathnor> | 2004-03-21 09:00:25 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-03-21 09:00:25 (GMT) |
commit | dea3281e6917601a81df7833457a942b875b8e49 (patch) | |
tree | 09878620d13c944a2a6af724dc3b3366984bac2f /src/Workspace.hh | |
parent | 2d82374b2f458c32895b093aff8c77e88daea2ba (diff) | |
download | fluxbox_pavel-dea3281e6917601a81df7833457a942b875b8e49.zip fluxbox_pavel-dea3281e6917601a81df7833457a942b875b8e49.tar.bz2 |
primarily focus fix/tweak/rejigging
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r-- | src/Workspace.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh index 55479b3..c2b02f3 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -62,7 +62,7 @@ public: | |||
62 | void reconfigure(); | 62 | void reconfigure(); |
63 | void shutdown(); | 63 | void shutdown(); |
64 | void addWindow(FluxboxWindow &win, bool place = false); | 64 | void addWindow(FluxboxWindow &win, bool place = false); |
65 | int removeWindow(FluxboxWindow *win); | 65 | int removeWindow(FluxboxWindow *win, bool still_alive); |
66 | void updateClientmenu(); | 66 | void updateClientmenu(); |
67 | 67 | ||
68 | BScreen &screen() { return m_screen; } | 68 | BScreen &screen() { return m_screen; } |