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/player/icons.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'apps/player/icons.h') diff --git a/apps/player/icons.h b/apps/player/icons.h index 89aa5f7984..32a6adf75a 100644 --- a/apps/player/icons.h +++ b/apps/player/icons.h @@ -43,6 +43,32 @@ enum { Icon_Config, }; +/* put icons from the 6x8 enum here if the player + doesnt have an icon for it */ +enum unused_but_needed { + Icon_Cursor, + Icon_Font, + Icon_Preset, + Icon_Keyboard, + Icon_Reverse_Cursor, + Icon_Questionmark, + Icon_Menu_setting, + Icon_Menu_functioncall, + Icon_Submenu, + Icon_Submenu_Entered, + Icon_Recording, + Icon_Voice, + Icon_General_settings_menu, + Icon_System_menu, + Icon_Playback_menu, + Icon_Display_menu, + Icon_Remote_Display_menu, + Icon_Radio_screen, + Icon_file_view_menu, + Icon_EQ, + Icon_Rockbox, + Icon6x8Last, +}; #endif #endif /* _ICONS_H_ */ -- cgit v1.2.3