Fix X11 compile

This commit is contained in:
Pasi Kallinen
2019-12-23 16:45:25 +02:00
parent f3987d6d70
commit 370cfad85a

View File

@@ -133,6 +133,7 @@ typedef struct x11_mi {
int attr; /* Attribute for the line. */
boolean selected; /* Been selected? */
boolean preselected; /* in advance? */
unsigned itemflags; /* MENU_ITEMFLAGS_foo */
char selector; /* Char used to select this entry. */
char gselector; /* Group selector. */
Widget w;