Really disable the fallback to XRender.

I missed this line in my previous change to disable the fallback which made the fallback happen nevertheless.

svn path=/trunk/KDE/kdebase/workspace/; revision=1157978
This commit is contained in:
Martin Gräßlin 2010-08-01 19:23:05 +00:00
parent 6744b0c2b9
commit 276e63a134

View file

@ -762,7 +762,7 @@ void SceneOpenGL::paint( QRegion damage, ToplevelList toplevels )
if( !selfCheckDone )
{
if( !selfCheckFinish())
QTimer::singleShot( 0, Workspace::self(), SLOT( fallbackToXRenderCompositing()));
QTimer::singleShot( 0, Workspace::self(), SLOT( finishCompositing()));
selfCheckDone = true;
}
// do cleanup