diff options
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r-- | src/FbCommands.hh | 7 |
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 | ||
81 | class ShowRootMenuCmd: public FbTk::Command { | ||
82 | public: | ||
83 | void execute(); | ||
84 | }; | ||
85 | |||
81 | }; // end namespace FbCommands | 86 | }; // end namespace FbCommands |
82 | 87 | ||
83 | #endif // FBCOMMANDS_HH | 88 | #endif // FBCOMMANDS_HH |