all repos — fluxbox @ e516527b60e90f32cfdb5022aa42d1a0adb98ab2

custom fork of the fluxbox windowmanager

using -1 for default mouse screen
fluxgen fluxgen
commit

e516527b60e90f32cfdb5022aa42d1a0adb98ab2

parent

24b7682033412123b3927aa4c1b7a92aef3a1a43

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/FbCommands.hhsrc/FbCommands.hh

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbCommands.hh,v 1.6 2003/06/22 14:16:25 fluxgen Exp $ +// $Id: FbCommands.hh,v 1.7 2003/06/30 14:59:38 fluxgen Exp $ // \file contains basic commands to restart, reconfigure, execute command and exit fluxbox

@@ -35,7 +35,7 @@

/// executes a system command class ExecuteCmd: public FbTk::Command { public: - ExecuteCmd(const std::string &cmd, int screen_num); + ExecuteCmd(const std::string &cmd, int screen_num = -1); void execute(); private: std::string m_cmd;