Backport rev 1001997: Initialize the padding variables. This could be the solution to the problems with non-bordered windows like KRunner and Yakuake.

CCBUG: 196877


svn path=/branches/KDE/4.3/kdebase/workspace/; revision=1001998
This commit is contained in:
Martin Gräßlin 2009-07-24 18:35:06 +00:00
parent a077770465
commit be1f18ab35

View file

@ -117,6 +117,10 @@ Client::Client( Workspace* ws )
, sm_stacking_order( -1 )
, demandAttentionKNotifyTimer( NULL )
, paintRedirector( 0 )
, padding_left( 0 )
, padding_right( 0 )
, padding_top( 0 )
, padding_bottom( 0 )
{ // TODO: Do all as initialization
// Set the initial mapping state