diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-09-01 08:04:37 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-09-01 08:04:37 +0000 |
| commit | 6c2af7c2aa8afde380b5a5f7c606c49dd38bef18 (patch) | |
| tree | b310ecf6d3f9850d322bff9fa0d4b0f8dd3107fb /apps/menu.h | |
| parent | 977aa614ba4d6a5515a8b0bb8353772f7e883397 (diff) | |
| download | rockbox-6c2af7c2aa8afde380b5a5f7c606c49dd38bef18.zip rockbox-6c2af7c2aa8afde380b5a5f7c606c49dd38bef18.tar.gz rockbox-6c2af7c2aa8afde380b5a5f7c606c49dd38bef18.tar.bz2 rockbox-6c2af7c2aa8afde380b5a5f7c606c49dd38bef18.tar.xz | |
On popular demand, the arrow cursor is reintroduced
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7438 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/menu.h')
| -rw-r--r-- | apps/menu.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/menu.h b/apps/menu.h index d8d9386..a378bd8 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -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); |