summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/libdialog/dialog.h')
-rw-r--r--gnu/lib/libdialog/dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/lib/libdialog/dialog.h b/gnu/lib/libdialog/dialog.h
index afca1db..a3e82fc 100644
--- a/gnu/lib/libdialog/dialog.h
+++ b/gnu/lib/libdialog/dialog.h
@@ -54,6 +54,7 @@ typedef struct _dmenu_item {
char *title;
int (*checked)(struct _dmenu_item *self);
int (*fire)(struct _dmenu_item *self);
+ void (*selected)(struct _dmenu_item *self, int is_selected);
void *data;
char lbra, mark, rbra;
} dialogMenuItem;
@@ -68,6 +69,7 @@ typedef struct _dmenu_item {
#define FALSE (0)
#endif
+extern int DialogX, DialogY;
/*
* Attribute names
OpenPOWER on IntegriCloud