From c43822d1027db7a12f37c822d77e6fe644fab0de Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Thu, 3 Nov 2005 11:56:21 +0000 Subject: 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 --- apps/menu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/menu.h') diff --git a/apps/menu.h b/apps/menu.h index 08cd70f..c163e35 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -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__ */ -- cgit v1.1