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
{
gint16 left;
gint16 right;
gint16 top;
gint16 bottom;
gint left;
gint right;
gint top;
gint bottom;
};
/**