diff -r db95c0104937 -r 06be29a56f8b ui/common/context.h --- 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 {