diff options
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r-- | src/FbCommands.hh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh index 53482f3..83fe0f9 100644 --- a/src/FbCommands.hh +++ b/src/FbCommands.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbCommands.hh,v 1.9 2003/08/26 23:51:16 fluxgen Exp $ | 22 | // $Id: FbCommands.hh,v 1.10 2003/08/30 11:59:29 fluxgen Exp $ |
23 | 23 | ||
24 | // \file contains basic commands to restart, reconfigure, execute command and exit fluxbox | 24 | // \file contains basic commands to restart, reconfigure, execute command and exit fluxbox |
25 | 25 | ||
@@ -83,6 +83,11 @@ public: | |||
83 | void execute(); | 83 | void execute(); |
84 | }; | 84 | }; |
85 | 85 | ||
86 | class ShowWorkspaceMenuCmd: public FbTk::Command { | ||
87 | public: | ||
88 | void execute(); | ||
89 | }; | ||
90 | |||
86 | class SetWorkspaceNameCmd: public FbTk::Command { | 91 | class SetWorkspaceNameCmd: public FbTk::Command { |
87 | public: | 92 | public: |
88 | void execute(); | 93 | void execute(); |