gtk: add missing class padding

Sorry for this late ABI break, but the newly added style classes
definitely need padding, so I can just as well add missing padding
globally.
This commit is contained in:
Michael Natterer
2011-01-25 22:29:00 +01:00
parent e521158973
commit 3933f99ed7
15 changed files with 76 additions and 2 deletions

View File

@ -52,6 +52,12 @@ struct _GtkStyleContextClass
GObjectClass parent_class;
void (* changed) (GtkStyleContext *context);
/* Padding for future expansion */
void (*_gtk_reserved1) (void);
void (*_gtk_reserved2) (void);
void (*_gtk_reserved3) (void);
void (*_gtk_reserved4) (void);
};
/* Default set of properties that GtkStyleContext may contain */