aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
authormathias <mathias>2005-04-29 18:02:14 (GMT)
committermathias <mathias>2005-04-29 18:02:14 (GMT)
commitcd3062405f5686573b51b01b2cb7174c61d01af7 (patch)
tree0d6b3b3fc6260c218935eb42ecec338f689aad95 /src/IconbarTool.hh
parent7aed31fc5ca598cb2d333914a9d924870d9ab44b (diff)
downloadfluxbox-cd3062405f5686573b51b01b2cb7174c61d01af7.zip
fluxbox-cd3062405f5686573b51b01b2cb7174c61d01af7.tar.bz2
commited the wrong file in the last session :/
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r--src/IconbarTool.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh
index d0012bf..3e9469b 100644
--- a/src/IconbarTool.hh
+++ b/src/IconbarTool.hh
@@ -49,7 +49,9 @@ public:
49 enum Mode { 49 enum Mode {
50 NONE, ///< no icons 50 NONE, ///< no icons
51 ICONS, ///< all icons from all workspaces 51 ICONS, ///< all icons from all workspaces
52 NOICONS, ///< all noniconified windows from all workspaces
52 WORKSPACEICONS, ///< icons on current workspace 53 WORKSPACEICONS, ///< icons on current workspace
54 WORKSPACENOICONS, ///< non iconified workspaces on current workspaces
53 WORKSPACE, ///< all windows and all icons on current workspace 55 WORKSPACE, ///< all windows and all icons on current workspace
54 ALLWINDOWS ///< all windows and all icons from all workspaces 56 ALLWINDOWS ///< all windows and all icons from all workspaces
55 }; 57 };