[gtk+] Add padding to the themingengine class.



commit 55713025c052716f899208e8988f1b01aa738f46
Author: Paolo Borelli <pborelli gnome org>
Date:   Sat Jan 29 14:34:29 2011 +0100

    Add padding to the themingengine class.

 gtk/gtkthemingengine.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkthemingengine.h b/gtk/gtkthemingengine.h
index ab90bf5..b1d4b95 100644
--- a/gtk/gtkthemingengine.h
+++ b/gtk/gtkthemingengine.h
@@ -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__ */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]