Apparently it is possible to switch compositing between starting

and getting a zero-timeout timer.


svn path=/trunk/KDE/kdebase/workspace/; revision=852355
This commit is contained in:
Luboš Luňák 2008-08-25 19:49:42 +00:00
parent 53f5283601
commit 7704c8f3fa

View file

@ -463,6 +463,8 @@ void Workspace::checkUnredirect( bool force )
void Workspace::delayedCheckUnredirect()
{
if( !compositing() || overlay == None || !options->unredirectFullscreen )
return;
ToplevelList list;
bool changed = forceUnredirectCheck;
foreach( Client* c, clients )