mutter/clutter
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
2016-09-09 10:03:34 +08:00
..
build move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
clutter clutter: Compress instead of discard motion events 2016-09-09 10:03:34 +08:00
examples move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
tests Fix build of clutter tests 2016-08-23 13:45:05 +02:00
.gitignore clutter: Remove clutter-build-config.h.in 2016-07-20 14:23:48 +08:00
configure.ac configure: Require libinput 1.4 2016-07-27 13:32:38 +02:00
Makefile.am move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00