initialize the _single variable
This commit is contained in:
parent
889cb8880d
commit
ca91ebe20c
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ Openbox::Openbox(int argc, char **argv)
|
||||||
_scriptfilepath = otk::expandTilde("~/.openbox/user.py");
|
_scriptfilepath = otk::expandTilde("~/.openbox/user.py");
|
||||||
_focused_client = 0;
|
_focused_client = 0;
|
||||||
_sync = false;
|
_sync = false;
|
||||||
|
_single = false;
|
||||||
|
|
||||||
parseCommandLine(argc, argv);
|
parseCommandLine(argc, argv);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue