diff options
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r-- | src/FbCommands.hh | 5 |
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 | ||
116 | class HideMenuCmd: public FbTk::Command { | ||
117 | public: | ||
118 | void execute(); | ||
119 | }; | ||
120 | |||
116 | class ShowRootMenuCmd: public FbTk::Command { | 121 | class ShowRootMenuCmd: public FbTk::Command { |
117 | public: | 122 | public: |
118 | void execute(); | 123 | void execute(); |