Add an `aux' field for some other gunk I'm doing.

This commit is contained in:
Jordan K. Hubbard 1996-04-05 02:29:12 +00:00
parent 27913596e0
commit b376966fbf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15044

View File

@ -57,6 +57,7 @@ typedef struct _dmenu_item {
void (*selected)(struct _dmenu_item *self, int is_selected);
void *data;
char lbra, mark, rbra;
int aux;
} dialogMenuItem;
#define VERSION "0.4"