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:
parent
53f5283601
commit
7704c8f3fa
1 changed files with 2 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue