summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusicon.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/gtkstatusicon.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/gtkstatusicon.h')
-rw-r--r--gtk/gtkstatusicon.h2
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;