all repos — openbox @ ca91ebe20ceee7d70420a9506816ee48043d58d4

openbox fork - make it a bit more like ryudo

initialize the _single variable
Dana Jansens danakj@orodu.net
commit

ca91ebe20ceee7d70420a9506816ee48043d58d4

parent

889cb8880dceb6a7d4c50b0bd6f10214b081a856

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

jump to
M src/openbox.ccsrc/openbox.cc

@@ -106,6 +106,7 @@ _rcfilepath = otk::expandTilde("~/.openbox/rc3");

_scriptfilepath = otk::expandTilde("~/.openbox/user.py"); _focused_client = 0; _sync = false; + _single = false; parseCommandLine(argc, argv);