Skip to content
Commit dd7972ce authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

wayland: Avoid repetitive move() and resize() calls during interactive move/resize

With internal clients and xdg-shell clients, geometry updates occur in
asynchronous fashion when interactively resizing the window.

As is, performInteractiveMoveResize() will call resize() if the move
resize geometry is different from the current frame geometry. This can
result in kwin sending excessive configure events.

With this change, kwin will send less configure events during
interactive resize.
parent fcf0b479
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment