all repos — fluxbox @ 526c8f5faa371ea199e20c3fb3f810f959986097

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

526c8f5faa371ea199e20c3fb3f810f959986097

parent

2f8964d3e47e3a41f9091640d7a1cdc0d464c762

1 files changed, 1 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.17 2003/12/20 17:41:32 fluxgen Exp $ +// $Id: FbCommands.hh,v 1.18 2004/03/16 18:44:40 fluxgen Exp $ // \file contains basic commands to restart, reconfigure, execute command and exit fluxbox

@@ -61,7 +61,6 @@ RestartFluxboxCmd(const std::string &cmd);

void execute(); private: std::string m_cmd; - const int m_screen_num; }; /// reconfigures fluxbox