fix pending XSYNC requests, bugs partially closed due to suggested relation by the reporters
please re-open them if this does not fix it BUG: 178269 BUG: 183263 BUG: 241094 BUG: 243094 svn path=/trunk/KDE/kdebase/workspace/; revision=1175748
This commit is contained in:
parent
379e1a268b
commit
c62cbd5911
2 changed files with 1 additions and 1 deletions
|
@ -1698,6 +1698,7 @@ void Client::syncEvent( XSyncAlarmNotifyEvent* e )
|
|||
sync_timeout = NULL;
|
||||
if( sync_resize_pending )
|
||||
performMoveResize();
|
||||
sync_resize_pending = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3299,7 +3299,6 @@ void Client::performMoveResize()
|
|||
sendSyncRequest();
|
||||
}
|
||||
#endif
|
||||
sync_resize_pending = false;
|
||||
if( transparent )
|
||||
{
|
||||
if( !haveResizeEffect )
|
||||
|
|
Loading…
Reference in a new issue