mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 00:39:30 +00:00
d893adb290c3740ae57b761d9e57a2f4d79e6c7b

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%