mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
FM preset menu: Set cursor to the current preset on enter. Added a generic function to the menu system which allows for setting the position.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6264 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
06068b451d
commit
cef15c6efc
3 changed files with 14 additions and 1 deletions
|
@ -90,5 +90,6 @@ bool menu_moveup(int menu);
|
|||
bool menu_movedown(int menu);
|
||||
void menu_draw(int menu);
|
||||
void menu_insert(int menu, int position, char *desc, bool (*function) (void));
|
||||
void menu_set_cursor(int menu, int position);
|
||||
|
||||
#endif /* End __MENU_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue