svn path=/branches/work/kwin_composite/; revision=559206
This commit is contained in:
Luboš Luňák 2006-07-06 19:14:38 +00:00
parent 28e3726f2e
commit 6ca12726de

View file

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