On popular demand, the arrow cursor is reintroduced

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7438 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-09-01 08:04:37 +00:00
parent 977aa614ba
commit 6c2af7c2aa
11 changed files with 99 additions and 60 deletions

View file

@ -91,11 +91,7 @@ int menu_init(const struct menu_item* mitems, int count, int (*callback)(int, in
const char *button1, const char *button2, const char *button3);
void menu_exit(int menu);
#ifdef HAVE_LCD_CHARCELLS
void put_cursorxy(int x, int y, bool on);
#else
#define put_cursorxy(...)
#endif
/* Returns below define, or number of selected menu item*/
int menu_show(int m);