scale: Use standard padding

This commit is contained in:
Matthias Clasen 2019-05-26 23:17:28 -04:00
parent 4730b5c281
commit 546cbd55eb
2 changed files with 4 additions and 6 deletions

View File

@ -137,6 +137,7 @@
typedef struct _GtkScaleMark GtkScaleMark;
typedef struct _GtkScalePrivate GtkScalePrivate;
struct _GtkScalePrivate
{
GSList *marks;

View File

@ -44,7 +44,6 @@ G_BEGIN_DECLS
typedef struct _GtkScale GtkScale;
typedef struct _GtkScalePrivate GtkScalePrivate;
typedef struct _GtkScaleClass GtkScaleClass;
struct _GtkScale
@ -63,11 +62,9 @@ struct _GtkScaleClass
gint *x,
gint *y);
/* Padding for future expansion */
void (*_gtk_reserved1) (void);
void (*_gtk_reserved2) (void);
void (*_gtk_reserved3) (void);
void (*_gtk_reserved4) (void);
/*< private >*/
gpointer padding[8];
};
GDK_AVAILABLE_IN_ALL