From 02a871780fdc7e5193028a2eb8b250f88a70074b Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sat, 3 Mar 2007 13:52:14 +0000 Subject: 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 --- apps/gui/icon.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/gui/icon.h') 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; #define NOICON -1 #endif +#define Icon_NOICON -1 + #define CURSOR_CHAR 0x92 #define CURSOR_WIDTH 6 #define CURSOR_HEIGHT 8 -- cgit v1.2.3