summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-04-05 02:29:12 +0000
committerjkh <jkh@FreeBSD.org>1996-04-05 02:29:12 +0000
commitdef84715cb7f087981c292f84ec358d43019c286 (patch)
tree68cd4d0b7a89a58076ff1c0ad653720bd301de26 /gnu
parentbb440cc787fa1ed33f59272f9364b0231d5b84d1 (diff)
downloadFreeBSD-src-def84715cb7f087981c292f84ec358d43019c286.zip
FreeBSD-src-def84715cb7f087981c292f84ec358d43019c286.tar.gz
Add an `aux' field for some other gunk I'm doing.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libdialog/dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libdialog/dialog.h b/gnu/lib/libdialog/dialog.h
index a3e82fc..28c96f6 100644
--- a/gnu/lib/libdialog/dialog.h
+++ b/gnu/lib/libdialog/dialog.h
@@ -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"
OpenPOWER on IntegriCloud