mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
option_screen() now accepts a viewport
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17223 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
286d48f4ec
commit
fe9dca3d5b
9 changed files with 30 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue