summaryrefslogtreecommitdiff
path: root/gdk/macos/gdkmacosdevice.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/macos/gdkmacosdevice.c')
-rw-r--r--gdk/macos/gdkmacosdevice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/macos/gdkmacosdevice.c b/gdk/macos/gdkmacosdevice.c
index 8e621fa6fe..3b77c7a7d0 100644
--- a/gdk/macos/gdkmacosdevice.c
+++ b/gdk/macos/gdkmacosdevice.c
@@ -72,8 +72,8 @@ gdk_macos_device_surface_at_position (GdkDevice *device,
GdkMacosDisplay *display;
GdkMacosSurface *surface;
NSPoint point;
- gint x;
- gint y;
+ int x;
+ int y;
g_assert (GDK_IS_MACOS_DEVICE (device));
g_assert (win_x != NULL);