finch/libgnt/gntbox.h

branch
soc.2013.gobjectification.plugins
changeset 37081
3e876e3e3131
parent 37080
fbb8840b1d71
parent 35483
9be8207d063c
child 37094
84873ce721dc
--- a/finch/libgnt/gntbox.h	Fri Feb 07 01:17:31 2014 +0530
+++ b/finch/libgnt/gntbox.h	Fri Feb 07 01:19:18 2014 +0530
@@ -72,10 +72,10 @@
 	GList *focus;		/* List of widgets to cycle focus (only valid for parent boxes) */
 
 	/*< private >*/
-    void (*gnt_reserved1)(void);
-    void (*gnt_reserved2)(void);
-    void (*gnt_reserved3)(void);
-    void (*gnt_reserved4)(void);
+    void *res1;
+    void *res2;
+    void *res3;
+    void *res4;
 };
 
 struct _GntBoxClass

mercurial