Discard backing pixmap when finishing compositing.
svn path=/branches/work/kwin_composite/; revision=623759
This commit is contained in:
parent
6c51fb76f4
commit
603a1d4686
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ void Toplevel::finishCompositing()
|
||||||
if( damage_handle == None )
|
if( damage_handle == None )
|
||||||
return;
|
return;
|
||||||
XDamageDestroy( display(), damage_handle );
|
XDamageDestroy( display(), damage_handle );
|
||||||
|
discardWindowPixmap();
|
||||||
damage_handle = None;
|
damage_handle = None;
|
||||||
damage_region = QRegion();
|
damage_region = QRegion();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue