diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-19 19:07:36 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-19 19:07:36 +0200 |
commit | 4824a730841d5ee3b4492221f42cc40ee7296974 (patch) | |
tree | 1cfee2d71da55a5f506078a71c9e3fbed92e6ca9 /gtk/gtkframe.h | |
parent | 921f069269e27bb2505f569b0d655b96aca54cad (diff) | |
download | gtk+-4824a730841d5ee3b4492221f42cc40ee7296974.tar.gz |
Add padding to class structs
Diffstat (limited to 'gtk/gtkframe.h')
-rw-r--r-- | gtk/gtkframe.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkframe.h b/gtk/gtkframe.h index 91ef2f716e..83b1c4ed3b 100644 --- a/gtk/gtkframe.h +++ b/gtk/gtkframe.h @@ -62,6 +62,12 @@ struct _GtkFrameClass GtkBinClass parent_class; void (*compute_child_allocation) (GtkFrame *frame, GtkAllocation *allocation); + + /* Padding for future expansion */ + void (*_gtk_reserved1) (void); + void (*_gtk_reserved2) (void); + void (*_gtk_reserved3) (void); + void (*_gtk_reserved4) (void); }; |