ui/common/context.h

changeset 18
06be29a56f8b
parent 14
e2fd132ab781
child 20
2dda1ad6dc7a
--- a/ui/common/context.h	Tue Apr 01 13:47:29 2014 +0200
+++ b/ui/common/context.h	Wed Apr 02 09:59:38 2014 +0200
@@ -40,9 +40,13 @@
 typedef struct UiVar UiVar;
 
 struct UiContext {
-    UiObject     *toplevel;
-    UcxMempool   *mempool;
-    UcxMap       *vars; // key: char*  value: UiVar*
+    UiObject      *toplevel;
+    UcxMempool    *mempool;
+    UcxMap        *vars; // key: char*  value: UiVar*
+    
+#ifdef UI_GTK
+    GtkAccelGroup *accel_group;
+#endif
 };
 
 struct UiVar {

mercurial