diff options
Diffstat (limited to 'twin/client.cpp')
-rw-r--r-- | twin/client.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/twin/client.cpp b/twin/client.cpp index a58fd22f2..484290e45 100644 --- a/twin/client.cpp +++ b/twin/client.cpp @@ -120,7 +120,9 @@ Client::Client( Workspace *ws ) border_top( 0 ), border_bottom( 0 ), opacity_( 0 ), - demandAttentionKNotifyTimer( NULL ) + demandAttentionKNotifyTimer( NULL ), + activeMaximizing(false), + activeTiled(false) // SELI do all as initialization { autoRaiseTimer = 0; |