summaryrefslogtreecommitdiff
path: root/gdk/gdkdevicetool.c
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2016-08-04 18:44:36 +0200
committerMatthias Clasen <mclasen@redhat.com>2016-08-19 23:56:58 -0400
commite3bbeb48bd4aeb6f22e52fa845f7c125c123d29e (patch)
tree46e5555ba1e7836697454025e2f3162d36ed9505 /gdk/gdkdevicetool.c
parent7e11fcaa184cd1d7f5dafb4415496e6a95a65966 (diff)
downloadgtk+-e3bbeb48bd4aeb6f22e52fa845f7c125c123d29e.tar.gz
gdk: Fix gdk_device_tool_get_serial() return value
This is a guint64, not just a guint. https://bugzilla.gnome.org/show_bug.cgi?id=770026
Diffstat (limited to 'gdk/gdkdevicetool.c')
-rw-r--r--gdk/gdkdevicetool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdevicetool.c b/gdk/gdkdevicetool.c
index 54076b6481..3f0781128a 100644
--- a/gdk/gdkdevicetool.c
+++ b/gdk/gdkdevicetool.c
@@ -145,7 +145,7 @@ gdk_device_tool_new (guint64 serial,
*
* Since: 3.22
**/
-guint
+guint64
gdk_device_tool_get_serial (GdkDeviceTool *tool)
{
g_return_val_if_fail (tool != NULL, 0);