kwin: Initialize Client::skip_switcher

This fixes a valgrind error
icc-effect-5.14.5
Fredrik Höglund 2011-10-29 17:05:25 +02:00
parent 7f0c74cb38
commit fe08300505
1 changed files with 1 additions and 0 deletions

View File

@ -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)