diff options
author | markt <markt> | 2007-01-11 19:22:46 (GMT) |
---|---|---|
committer | markt <markt> | 2007-01-11 19:22:46 (GMT) |
commit | 9cace1f2cb9a082408e49e668bd02a16a016cd6e (patch) | |
tree | 0eeb0bc4b8baaeacfa0200988883183c58ea0620 /src/WorkspaceCmd.hh | |
parent | 45743c6f42aa50548141dad7a050a6150200b22a (diff) | |
download | fluxbox-9cace1f2cb9a082408e49e668bd02a16a016cd6e.zip fluxbox-9cace1f2cb9a082408e49e668bd02a16a016cd6e.tar.bz2 |
add feature to minimize windows in current layer
Diffstat (limited to 'src/WorkspaceCmd.hh')
-rw-r--r-- | src/WorkspaceCmd.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/WorkspaceCmd.hh b/src/WorkspaceCmd.hh index 1e5b04d..7d8d9e6 100644 --- a/src/WorkspaceCmd.hh +++ b/src/WorkspaceCmd.hh | |||
@@ -104,6 +104,10 @@ public: | |||
104 | void execute(); | 104 | void execute(); |
105 | }; | 105 | }; |
106 | 106 | ||
107 | class MinimizeLayerCmd: public FbTk::Command { | ||
108 | public: | ||
109 | void execute(); | ||
110 | }; | ||
107 | 111 | ||
108 | class CloseAllWindowsCmd: public FbTk::Command { | 112 | class CloseAllWindowsCmd: public FbTk::Command { |
109 | public: | 113 | public: |