From fe9dca3d5b6156b85f1085ecc11ba8e3a1dcd2d7 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 23 Apr 2008 11:07:40 +0000 Subject: option_screen() now accepts a viewport git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17223 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/menu.h') 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) -- cgit v1.1