aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-26 23:52:09 (GMT)
committerfluxgen <fluxgen>2003-08-26 23:52:09 (GMT)
commit64387c87065127bbddfebe170823295df78865c5 (patch)
treeb6b6296992ef6044fb7ab2f42d1795a6e3c886dd /src/FbCommands.hh
parente984c66191b0207188a0cc90ee0fde392940ffe7 (diff)
downloadfluxbox-64387c87065127bbddfebe170823295df78865c5.zip
fluxbox-64387c87065127bbddfebe170823295df78865c5.tar.bz2
added SetWorkspaceNameCmd
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r--src/FbCommands.hh7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh
index 04fb9e8..53482f3 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.8 2003/07/01 20:24:19 fluxgen Exp $ 22// $Id: FbCommands.hh,v 1.9 2003/08/26 23:51:16 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
86class SetWorkspaceNameCmd: public FbTk::Command {
87public:
88 void execute();
89};
90
86}; // end namespace FbCommands 91}; // end namespace FbCommands
87 92
88#endif // FBCOMMANDS_HH 93#endif // FBCOMMANDS_HH