summaryrefslogtreecommitdiff
path: root/gdk/gdkdevicetool.c
Commit message (Collapse)AuthorAgeFilesLines
* gdk: Pass hardware ID on gdk_device_tool_new()Carlos Garnacho2016-08-231-0/+2
| | | | | | And implement this on wayland, where this information is already obtained. https://bugzilla.gnome.org/show_bug.cgi?id=770026
* gdk: Add a getter for the hardware id of a GdkDeviceToolCarlos Garnacho2016-08-231-0/+39
| | | | | | | Although scarcely used, this information may be useful to retrieve from the windowing systems that offer this information. https://bugzilla.gnome.org/show_bug.cgi?id=770026
* gdk: Fix gdk_device_tool_get_serial() return valueCarlos Garnacho2016-08-191-1/+1
| | | | | | This is a guint64, not just a guint. https://bugzilla.gnome.org/show_bug.cgi?id=770026
* Move GdkDeviceTool into its own filesMatthias Clasen2016-04-091-0/+173