Add padding to the themingengine class.
This commit is contained in:
@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user