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 00c59fa..b7c2951 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -58,7 +58,7 @@ public: | |||
58 | void showAll(); | 58 | void showAll(); |
59 | void hideAll(bool interrupt_moving); | 59 | void hideAll(bool interrupt_moving); |
60 | /// Iconify all windows on this workspace | 60 | /// Iconify all windows on this workspace |
61 | void removeAll(); | 61 | void removeAll(unsigned int dest); |
62 | void reconfigure(); | 62 | void reconfigure(); |
63 | void shutdown(); | 63 | void shutdown(); |
64 | 64 | ||