Add padding to the themingengine class.

This commit is contained in:
Paolo Borelli
2011-01-29 14:34:29 +01:00
parent 001697a22a
commit 55713025c0

View File

@ -168,6 +168,9 @@ struct _GtkThemingEngineClass
GdkPixbuf * (* render_icon_pixbuf) (GtkThemingEngine *engine,
const GtkIconSource *source,
GtkIconSize size);
/*< private >*/
gpointer padding[16];
};
GType gtk_theming_engine_get_type (void) G_GNUC_CONST;
@ -247,7 +250,6 @@ GtkThemingEngine * gtk_theming_engine_load (const gchar *name);
GdkScreen * gtk_theming_engine_get_screen (GtkThemingEngine *engine);
G_END_DECLS
#endif /* __GTK_THEMING_ENGINE_H__ */