kwin: Initialize Client::skip_switcher
This fixes a valgrind error
This commit is contained in:
parent
7f0c74cb38
commit
fe08300505
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ Client::Client(Workspace* ws)
|
|||
, transient_for (NULL)
|
||||
, transient_for_id(None)
|
||||
, original_transient_for_id(None)
|
||||
, skip_switcher(false)
|
||||
, blocks_compositing(false)
|
||||
, autoRaiseTimer(NULL)
|
||||
, shadeHoverTimer(NULL)
|
||||
|
|
Loading…
Reference in a new issue