aboutsummaryrefslogtreecommitdiff
path: root/src/Workspace.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-07-22 07:15:24 (GMT)
committermarkt <markt>2006-07-22 07:15:24 (GMT)
commit2d971ad48c038e730b4d90cbd6ebd75367cd07d6 (patch)
tree5e356eaa9a394e4ad65185795fb4ba48ac24b21e /src/Workspace.hh
parenta72fc5e00213eccb1fcf019566eea7c98fdb0611 (diff)
downloadfluxbox-2d971ad48c038e730b4d90cbd6ebd75367cd07d6.zip
fluxbox-2d971ad48c038e730b4d90cbd6ebd75367cd07d6.tar.bz2
ewmh compliance updates
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r--src/Workspace.hh2
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