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:
parent
6744b0c2b9
commit
276e63a134
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue