diff options
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 3f865ed..a834174 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -57,7 +57,7 @@ public: | |||
57 | void shutdown(); | 57 | void shutdown(); |
58 | 58 | ||
59 | /// Add @a win to this workspace, placing it if @a place is true | 59 | /// Add @a win to this workspace, placing it if @a place is true |
60 | void addWindow(FluxboxWindow &win, bool place = false); | 60 | void addWindow(FluxboxWindow &win); |
61 | int removeWindow(FluxboxWindow *win, bool still_alive); | 61 | int removeWindow(FluxboxWindow *win, bool still_alive); |
62 | void updateClientmenu(); | 62 | void updateClientmenu(); |
63 | 63 | ||