mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Add an `aux' field for some other gunk I'm doing.
This commit is contained in:
parent
27913596e0
commit
b376966fbf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15044
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user