gdkborder: change types from gint16 to gint
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user