aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-09-06 14:13:06 (GMT)
committerfluxgen <fluxgen>2003-09-06 14:13:06 (GMT)
commit6e9130b2ad2fcbca102d2baffff05a8c8d7b7d5a (patch)
treeb5c060b59a12742d0585df8545ab7d15009688a1 /src/FbCommands.hh
parent12532042f5d6f1245ba308d7db024c8970c57df8 (diff)
downloadfluxbox-6e9130b2ad2fcbca102d2baffff05a8c8d7b7d5a.zip
fluxbox-6e9130b2ad2fcbca102d2baffff05a8c8d7b7d5a.tar.bz2
show root menu and workspace menu under mouse
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 83fe0f9..e2c8482 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.10 2003/08/30 11:59:29 fluxgen Exp $ 22// $Id: FbCommands.hh,v 1.11 2003/09/06 14:13:06 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
@@ -88,6 +88,11 @@ public:
88 void execute(); 88 void execute();
89}; 89};
90 90
91class ShowWorkspaceMenuCmd: public FbTk::Command {
92public:
93 void execute();
94};
95
91class SetWorkspaceNameCmd: public FbTk::Command { 96class SetWorkspaceNameCmd: public FbTk::Command {
92public: 97public:
93 void execute(); 98 void execute();