mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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
This commit is contained in:
parent
7ae5f12449
commit
02a871780f
15 changed files with 153 additions and 161 deletions
|
|
@ -49,6 +49,8 @@ enum icons_5x8 {
|
|||
Icon5x8Last
|
||||
};
|
||||
|
||||
/* If any icons are added to this enum, they must be
|
||||
added to the unused_but_needed enum in ../player/icons.h */
|
||||
enum icons_6x8 {
|
||||
Icon_Audio,
|
||||
Icon_Folder,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue