mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 07:34:09 +00:00
Jonas Ådahl
d893adb290
clutter: Compress instead of discard motion events
Clutter discards any motion event if next event happens to also be a motion event. This is problematic when the motion event carries relative motion deltas, since the information about them is completely lost. Until we have moved away made the stage stop discarding motion events, lets work around the issue by compressing them, effectively adding multiple relative motion deltas together, would one be discarded. https://bugzilla.gnome.org/show_bug.cgi?id=771049
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%