mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
gdkborder: change types from gint16 to gint
This commit is contained in:
parent
5190d010d9
commit
54fa65f544
@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user