diff options
Diffstat (limited to 'apps/menu.h')
| -rw-r--r-- | apps/menu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/menu.h b/apps/menu.h index 1b4ffd5..018f3f1 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -99,7 +99,8 @@ struct menu_item_ex { typedef int (*menu_callback_type)(int action, const struct menu_item_ex *this_item); -bool do_setting_from_menu(const struct menu_item_ex *temp); +bool do_setting_from_menu(const struct menu_item_ex *temp, + struct viewport parent[NB_SCREENS]); /* int do_menu(const struct menu_item_ex *menu, int *start_selected) |