aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-02-09 18:13:01 (GMT)
committermarkt <markt>2007-02-09 18:13:01 (GMT)
commit6fdda1a31d2417c23f5f222114d30ce6abec8b40 (patch)
tree929a0c0a5ffac232568011ef055934354f4367da /src/FbCommands.hh
parent93d8310c0c51fe1edcdfa5240f724ab6306ce92a (diff)
downloadfluxbox-6fdda1a31d2417c23f5f222114d30ce6abec8b40.zip
fluxbox-6fdda1a31d2417c23f5f222114d30ce6abec8b40.tar.bz2
added mouse bindings to the keys file
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r--src/FbCommands.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh
index 8ac40fa..59200d2 100644
--- a/src/FbCommands.hh
+++ b/src/FbCommands.hh
@@ -113,6 +113,11 @@ private:
113 std::string m_end_args; 113 std::string m_end_args;
114}; 114};
115 115
116class HideMenuCmd: public FbTk::Command {
117public:
118 void execute();
119};
120
116class ShowRootMenuCmd: public FbTk::Command { 121class ShowRootMenuCmd: public FbTk::Command {
117public: 122public:
118 void execute(); 123 void execute();