summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkasync.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/x11/gdkasync.h')
-rw-r--r--gdk/x11/gdkasync.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdk/x11/gdkasync.h b/gdk/x11/gdkasync.h
index f7be90fbff..009c2fae79 100644
--- a/gdk/x11/gdkasync.h
+++ b/gdk/x11/gdkasync.h
@@ -36,10 +36,10 @@ typedef void (*GdkRoundTripCallback) (GdkDisplay *display,
struct _GdkChildInfoX11
{
Window window;
- gint x;
- gint y;
- gint width;
- gint height;
+ int x;
+ int y;
+ int width;
+ int height;
guint is_mapped : 1;
guint has_wm_state : 1;
guint window_class : 2;