summaryrefslogtreecommitdiff
path: root/apps/gui/icon.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-03-03 13:52:14 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-03-03 13:52:14 +0000
commit02a871780fdc7e5193028a2eb8b250f88a70074b (patch)
tree6f3fecd827bba873464ff4a8dfc6fab88f0ace44 /apps/gui/icon.h
parent7ae5f12449bcb2ddaf8b578e06d91ddfaa69df72 (diff)
downloadrockbox-02a871780fdc7e5193028a2eb8b250f88a70074b.tar.gz
rockbox-02a871780fdc7e5193028a2eb8b250f88a70074b.zip
Remove the need to double up the MENU macros in manu.h.
Icons are now used by their id which must be part of the icons_6x8 enum, or Icon_NOICON for none git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12571 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/icon.h')
-rw-r--r--apps/gui/icon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/icon.h b/apps/gui/icon.h
index 14b66d3c51..e21db7a133 100644
--- a/apps/gui/icon.h
+++ b/apps/gui/icon.h
@@ -30,6 +30,8 @@ typedef short ICON;
30#define NOICON -1 30#define NOICON -1
31#endif 31#endif
32 32
33#define Icon_NOICON -1
34
33#define CURSOR_CHAR 0x92 35#define CURSOR_CHAR 0x92
34#define CURSOR_WIDTH 6 36#define CURSOR_WIDTH 6
35#define CURSOR_HEIGHT 8 37#define CURSOR_HEIGHT 8