gdkborder: change types from gint16 to gint

This commit is contained in:
William Hua
2015-12-17 12:38:35 -05:00
parent 5190d010d9
commit 54fa65f544

View File

@ -107,10 +107,10 @@ typedef struct _GdkBorder GdkBorder;
*/ */
struct _GdkBorder struct _GdkBorder
{ {
gint16 left; gint left;
gint16 right; gint right;
gint16 top; gint top;
gint16 bottom; gint bottom;
}; };
/** /**