diff options
author | markt <markt> | 2006-07-22 07:15:24 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-22 07:15:24 (GMT) |
commit | 2d971ad48c038e730b4d90cbd6ebd75367cd07d6 (patch) | |
tree | 5e356eaa9a394e4ad65185795fb4ba48ac24b21e /src/Workspace.hh | |
parent | a72fc5e00213eccb1fcf019566eea7c98fdb0611 (diff) | |
download | fluxbox_pavel-2d971ad48c038e730b4d90cbd6ebd75367cd07d6.zip fluxbox_pavel-2d971ad48c038e730b4d90cbd6ebd75367cd07d6.tar.bz2 |
ewmh compliance updates
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 | ||