From cef15c6efc2a0720a8b9b27cea036fc6ac82c829 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 10 Apr 2005 17:36:55 +0000 Subject: 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 --- 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 1171f0e..046153b 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -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__ */ -- cgit v1.1