summaryrefslogtreecommitdiff
path: root/gdk/quartz
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-03-25 10:12:01 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-03-26 18:12:54 -0400
commit21580309d38d13488e2dbc7a1ccd04eb64f08d66 (patch)
tree323816dcd867689148bdc165d9c2d7de47521eba /gdk/quartz
parentf1d61d55151eab774e6734c9ff51212a9c6cee73 (diff)
downloadgtk+-21580309d38d13488e2dbc7a1ccd04eb64f08d66.tar.gz
Rename gdk_surface_get_device_position_double
Drop the _double suffix, now that the int version is gone.
Diffstat (limited to 'gdk/quartz')
-rw-r--r--gdk/quartz/gdkdevice-core-quartz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/quartz/gdkdevice-core-quartz.c b/gdk/quartz/gdkdevice-core-quartz.c
index 246dd55933..2d6233e0ae 100644
--- a/gdk/quartz/gdkdevice-core-quartz.c
+++ b/gdk/quartz/gdkdevice-core-quartz.c
@@ -125,7 +125,7 @@ gdk_quartz_device_core_get_state (GdkDevice *device,
{
gdouble x_pos, y_pos;
- gdk_surface_get_device_position_double (window, device, &x_pos, &y_pos, mask);
+ gdk_surface_get_device_position (window, device, &x_pos, &y_pos, mask);
if (axes)
{