diff options
author | Michael Natterer <mitch@gimp.org> | 2011-01-25 22:29:00 +0100 |
---|---|---|
committer | Michael Natterer <mitch@gimp.org> | 2011-01-25 22:29:00 +0100 |
commit | 3933f99ed7f024a3ddbb2bd854065f5a196b6733 (patch) | |
tree | 56d535bc2527b00cd95543800db8f43865dc023c /gtk/gtkstatusicon.h | |
parent | e521158973debef807c45f485d580ed3f395cad6 (diff) | |
download | gtk+-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/gtkstatusicon.h')
-rw-r--r-- | gtk/gtkstatusicon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkstatusicon.h b/gtk/gtkstatusicon.h index 6d93d2aca6..5508066cac 100644 --- a/gtk/gtkstatusicon.h +++ b/gtk/gtkstatusicon.h @@ -75,6 +75,8 @@ struct _GtkStatusIconClass void (*__gtk_reserved1); void (*__gtk_reserved2); + void (*__gtk_reserved3); + void (*__gtk_reserved4); }; GType gtk_status_icon_get_type (void) G_GNUC_CONST; |