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
icc-effect-5.14.5
Thomas Lübking 2010-09-15 19:33:15 +00:00
parent 379e1a268b
commit c62cbd5911
2 changed files with 1 additions and 1 deletions

View File

@ -1698,6 +1698,7 @@ void Client::syncEvent( XSyncAlarmNotifyEvent* e )
sync_timeout = NULL;
if( sync_resize_pending )
performMoveResize();
sync_resize_pending = false;
}
}
}

View File

@ -3299,7 +3299,6 @@ void Client::performMoveResize()
sendSyncRequest();
}
#endif
sync_resize_pending = false;
if( transparent )
{
if( !haveResizeEffect )