Skip to content

compositor: Don't emit size-changed when only position changes

Daniel van Vugt requested to merge vanvugt/mutter:size-changed-not into master

Waking up gnome-shell and triggering JavaScript listeners of size-changed every time a window was only moved was wasting a lot of CPU.

This cuts the CPU requirement for dragging windows by around 22%.

Related to #590 (closed)

Edited by Daniel van Vugt

Merge request reports