From 54fa65f544bef281640d18a4a725005f6199a956 Mon Sep 17 00:00:00 2001 From: William Hua Date: Thu, 17 Dec 2015 12:38:35 -0500 Subject: [PATCH 2/2] gdkborder: change types from gint16 to gint --- gdk/gdktypes.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h index 17584b2..57dc0fe 100644 --- a/gdk/gdktypes.h +++ b/gdk/gdktypes.h @@ -107,10 +107,10 @@ typedef struct _GdkBorder GdkBorder; */ struct _GdkBorder { - gint16 left; - gint16 right; - gint16 top; - gint16 bottom; + gint left; + gint right; + gint top; + gint bottom; }; /** -- 2.5.0