aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-30 14:59:38 (GMT)
committerfluxgen <fluxgen>2003-06-30 14:59:38 (GMT)
commite516527b60e90f32cfdb5022aa42d1a0adb98ab2 (patch)
treea32762ed1575fff641bad98a78f893c6343921bb /src/FbCommands.hh
parent24b7682033412123b3927aa4c1b7a92aef3a1a43 (diff)
downloadfluxbox-e516527b60e90f32cfdb5022aa42d1a0adb98ab2.zip
fluxbox-e516527b60e90f32cfdb5022aa42d1a0adb98ab2.tar.bz2
using -1 for default mouse screen
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r--src/FbCommands.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh
index 4439684..df83ec8 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.6 2003/06/22 14:16:25 fluxgen Exp $ 22// $Id: FbCommands.hh,v 1.7 2003/06/30 14:59:38 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
@@ -35,7 +35,7 @@ namespace FbCommands {
35/// executes a system command 35/// executes a system command
36class ExecuteCmd: public FbTk::Command { 36class ExecuteCmd: public FbTk::Command {
37public: 37public:
38 ExecuteCmd(const std::string &cmd, int screen_num); 38 ExecuteCmd(const std::string &cmd, int screen_num = -1);
39 void execute(); 39 void execute();
40private: 40private:
41 std::string m_cmd; 41 std::string m_cmd;