summaryrefslogtreecommitdiffstats
path: root/libmenu/menu_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmenu/menu_list.h')
-rw-r--r--libmenu/menu_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmenu/menu_list.h b/libmenu/menu_list.h
index 25c4753ccf..566d1b389c 100644
--- a/libmenu/menu_list.h
+++ b/libmenu/menu_list.h
@@ -28,6 +28,7 @@ typedef struct menu_priv_s {
int x,y;
int w,h;
int vspace, minb;
+ int disp_lines;
char* ptr;
int title_bg,title_bg_alpha;
int item_bg,item_bg_alpha;
@@ -55,6 +56,7 @@ extern const menu_list_priv_t menu_list_priv_dflt;
-1,-1, \
0,0, \
5, 3, \
+ 0, \
NULL, \
0xFF, 0xFF, \
0xFF, 0xFF, \