mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fixed a bug whith the multi-screen menus : when entering / leaving a menu, the selected item was not voiced
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7739 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e4ca732722
commit
c43822d102
2 changed files with 22 additions and 18 deletions
|
@ -96,5 +96,6 @@ 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);
|
||||
void menu_talk_selected(int m);
|
||||
|
||||
#endif /* End __MENU_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue