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:
Kevin Ferrare 2005-11-03 11:56:21 +00:00
parent e4ca732722
commit c43822d102
2 changed files with 22 additions and 18 deletions

View file

@ -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__ */