GNOME Bugzilla – Bug 767100
Add an input source type for trackpoints
Last modified: 2016-10-23 23:59:16 UTC
This lets us move the heuristics that currently live in gtkscrolledwindow.c into the GDK backends where they belong.
Created attachment 328874 [details] [review] Add GDK_SOURCE_TRACKPOINT
Created attachment 328875 [details] [review] Mark trackpoints as GDK_SOURCE_TRACKPOINT
Created attachment 328876 [details] [review] Remove trackpoint heuristics from gtk
Comment on attachment 328874 [details] [review] Add GDK_SOURCE_TRACKPOINT LGTM
Comment on attachment 328875 [details] [review] Mark trackpoints as GDK_SOURCE_TRACKPOINT LGTM. I wonder if it makes sense to mark the "continuous" device in bug #767093 as having this source too.
Comment on attachment 328876 [details] [review] Remove trackpoint heuristics from gtk LGTM
Created attachment 338311 [details] [review] fix segfault in debug message Original patch introduced a segfault when running with --gdk-debug=all. A trackpoint accesses OOM for the source name.