https://bugs.kde.org/show_bug.cgi?id=403376

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@davidedmundson.co.uk

--- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> ---
I remember this from a report a while ago.

When dragging, kwin has protection that it only sends one resize event at a
time, then blocks till the app re-renders before sending the next so that it
can track the correct pending topleft position. It made sense on X and
wl_surface.

We sometimes send a configure event twice with the same size. Qt responds, GTK
does not which is legitimate behaviour, then we deadlock till the timeout.

We don't need this request behaviour since we added proper configure ack
handling.

If I do:

 bool ShellClient::isWaitingForMoveResizeSync() const {
   return false;
  }

everything still great and is faster too.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to