ui/motif/menu.h

changeset 21
012418e7dc90
parent 17
db95c0104937
child 157
0b33b9396851
--- a/ui/motif/menu.h	Wed Apr 02 20:31:47 2014 +0200
+++ b/ui/motif/menu.h	Thu Apr 03 11:12:22 2014 +0200
@@ -64,6 +64,7 @@
     ui_callback    callback;
     char           *label;
     void           *userdata;
+    UcxList        *groups;
 };
 
 struct UiStMenuItem {
@@ -71,6 +72,7 @@
     ui_callback    callback;
     char           *stockid;
     void           *userdata;
+    UcxList        *groups;
 };
 
 struct UiCheckItem {

mercurial