mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
977aa614ba
commit
6c2af7c2aa
11 changed files with 99 additions and 60 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue