summaryrefslogtreecommitdiff
path: root/gtk/gtkbbox.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@gimp.org>2011-01-25 22:29:00 +0100
committerMichael Natterer <mitch@gimp.org>2011-01-25 22:29:00 +0100
commit3933f99ed7f024a3ddbb2bd854065f5a196b6733 (patch)
tree56d535bc2527b00cd95543800db8f43865dc023c /gtk/gtkbbox.h
parente521158973debef807c45f485d580ed3f395cad6 (diff)
downloadgtk+-3933f99ed7f024a3ddbb2bd854065f5a196b6733.tar.gz
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.
Diffstat (limited to 'gtk/gtkbbox.h')
-rw-r--r--gtk/gtkbbox.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkbbox.h b/gtk/gtkbbox.h
index df842f7fe6..a46ba4d5b5 100644
--- a/gtk/gtkbbox.h
+++ b/gtk/gtkbbox.h
@@ -59,6 +59,12 @@ struct _GtkButtonBox
struct _GtkButtonBoxClass
{
GtkBoxClass parent_class;
+
+ /* Padding for future expansion */
+ void (*_gtk_reserved1) (void);
+ void (*_gtk_reserved2) (void);
+ void (*_gtk_reserved3) (void);
+ void (*_gtk_reserved4) (void);
};