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 749d689..d77bbf7 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.12 2003/09/06 15:02:41 fluxgen Exp $ | 22 | // $Id: FbCommands.hh,v 1.13 2003/12/03 22:13:21 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 | ||
@@ -70,6 +70,11 @@ public: | |||
70 | void execute(); | 70 | void execute(); |
71 | }; | 71 | }; |
72 | 72 | ||
73 | class ReloadStyleCmd: public FbTk::Command { | ||
74 | public: | ||
75 | void execute(); | ||
76 | }; | ||
77 | |||
73 | class SetStyleCmd: public FbTk::Command { | 78 | class SetStyleCmd: public FbTk::Command { |
74 | public: | 79 | public: |
75 | explicit SetStyleCmd(const std::string &filename); | 80 | explicit SetStyleCmd(const std::string &filename); |