diff options
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r-- | src/FbCommands.hh | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh index f96066f..2674668 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.1 2003/01/09 17:46:10 fluxgen Exp $ | 22 | // $Id: FbCommands.hh,v 1.2 2003/02/15 01:56:57 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 | ||
@@ -59,6 +59,14 @@ public: | |||
59 | void execute(); | 59 | void execute(); |
60 | }; | 60 | }; |
61 | 61 | ||
62 | class SetStyleCmd: public FbTk::Command { | ||
63 | public: | ||
64 | SetStyleCmd(const std::string &filename); | ||
65 | void execute(); | ||
66 | private: | ||
67 | std::string m_filename; | ||
68 | }; | ||
69 | |||
62 | }; // end namespace FbCommands | 70 | }; // end namespace FbCommands |
63 | 71 | ||
64 | #endif // FBCOMMANDS_HH | 72 | #endif // FBCOMMANDS_HH |