summaryrefslogtreecommitdiff
path: root/apps/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.h')
-rw-r--r--apps/menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/menu.h b/apps/menu.h
index d3f7099267..1b4ffd5cd4 100644
--- a/apps/menu.h
+++ b/apps/menu.h
@@ -117,7 +117,8 @@ bool do_setting_from_menu(const struct menu_item_ex *temp);
117 This is always set, even if the menu was cancelled. 117 This is always set, even if the menu was cancelled.
118 If NULL it is ignored and the firs item starts selected 118 If NULL it is ignored and the firs item starts selected
119*/ 119*/
120int do_menu(const struct menu_item_ex *menu, int *start_selected); 120int do_menu(const struct menu_item_ex *menu, int *start_selected,
121 struct viewport parent[NB_SCREENS], bool hide_bars);
121 122
122/* In all the following macros the argument names are as follows: 123/* In all the following macros the argument names are as follows:
123 - name: The name for the variable (so it can be used in a MAKE_MENU() 124 - name: The name for the variable (so it can be used in a MAKE_MENU()