Oops.
svn path=/branches/work/kwin_composite/; revision=559206
This commit is contained in:
parent
28e3726f2e
commit
6ca12726de
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ void SceneXrender::paint( XserverRegion damage, ToplevelList windows )
|
|||
{
|
||||
Toplevel* c = windows[ i ];
|
||||
WindowData& data = window_data[ c ];
|
||||
if( data.phase != 2 && false)
|
||||
if( data.phase != 2 )
|
||||
continue;
|
||||
XFixesSetPictureClipRegion( display(), buffer, 0, 0, savedWindowClipRegion( c ));
|
||||
Picture picture = windowPicture( c );
|
||||
|
|
Loading…
Reference in a new issue