aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-06-20 01:58:34 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-06-20 01:58:34 (GMT)
commite71892d99cbe99e2335aa6eb3771ffbb72c5303f (patch)
treee2250aa3f12c0019911e366c660dbfa0e285e8a5 /src/FbCommands.hh
parent2cdb04cc1e33308d6a414f792093bf4abf6b9f93 (diff)
downloadfluxbox-e71892d99cbe99e2335aa6eb3771ffbb72c5303f.zip
fluxbox-e71892d99cbe99e2335aa6eb3771ffbb72c5303f.tar.bz2
allow restart with no argument from fluxbox-remote
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r--src/FbCommands.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh
index 811fb78..b6b1f7f 100644
--- a/src/FbCommands.hh
+++ b/src/FbCommands.hh
@@ -77,6 +77,8 @@ class RestartFluxboxCmd: public FbTk::Command<void> {
77public: 77public:
78 RestartFluxboxCmd(const std::string &cmd); 78 RestartFluxboxCmd(const std::string &cmd);
79 void execute(); 79 void execute();
80 static FbTk::Command<void> *parse(const std::string &command,
81 const std::string &args, bool trusted);
80private: 82private:
81 std::string m_cmd; 83 std::string m_cmd;
82}; 84};