mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
0bf6d57ab1
ConfigureNotify is delivered on window movements too, but there is no need to queue a relayout on these as the viewport hasn't changed size. Check for the window actually changing size on ConfigureNotify before queueing a relayout. This fixes laggy window movement when moving a window in response to Clutter mouse motion events.