aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-07-01 20:24:19 (GMT)
committerfluxgen <fluxgen>2003-07-01 20:24:19 (GMT)
commit0409604f3ad30016217a66c251dfab1f4a7ecb97 (patch)
treeef9284a434de689e48e28d5db377f35a80efa43e /src/FbCommands.hh
parente6e43b00526364a7307064e7ceaf409aa0a90bd6 (diff)
downloadfluxbox-0409604f3ad30016217a66c251dfab1f4a7ecb97.zip
fluxbox-0409604f3ad30016217a66c251dfab1f4a7ecb97.tar.bz2
added ShowRootMenuCmd
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 df83ec8..04fb9e8 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.7 2003/06/30 14:59:38 fluxgen Exp $ 22// $Id: FbCommands.hh,v 1.8 2003/07/01 20:24:19 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
@@ -78,6 +78,11 @@ private:
78 std::string m_filename; 78 std::string m_filename;
79}; 79};
80 80
81class ShowRootMenuCmd: public FbTk::Command {
82public:
83 void execute();
84};
85
81}; // end namespace FbCommands 86}; // end namespace FbCommands
82 87
83#endif // FBCOMMANDS_HH 88#endif // FBCOMMANDS_HH