summaryrefslogtreecommitdiff
path: root/gtk/gtkfixed.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/gtkfixed.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/gtkfixed.h')
-rw-r--r--gtk/gtkfixed.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkfixed.h b/gtk/gtkfixed.h
index 00569c3f2b..720c814b23 100644
--- a/gtk/gtkfixed.h
+++ b/gtk/gtkfixed.h
@@ -60,6 +60,12 @@ struct _GtkFixed
struct _GtkFixedClass
{
GtkContainerClass parent_class;
+
+ /* Padding for future expansion */
+ void (*_gtk_reserved1) (void);
+ void (*_gtk_reserved2) (void);
+ void (*_gtk_reserved3) (void);
+ void (*_gtk_reserved4) (void);
};
struct _GtkFixedChild