When finishing compositing we have to trigger a decoration repaint or there will be artefacts.

svn path=/trunk/KDE/kdebase/workspace/; revision=961903
This commit is contained in:
Martin Gräßlin 2009-04-30 22:08:33 +00:00
parent 8cc4b8fd44
commit 9868b062c1

View file

@ -920,6 +920,7 @@ void Client::finishCompositing()
{
Toplevel::finishCompositing();
updateVisibility();
triggerDecorationRepaint();
}
bool Client::shouldUnredirect() const