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