mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Hotkey menu items have their own icon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25866 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
affea5fe9e
commit
16e0c5730d
14 changed files with 21 additions and 8 deletions
|
@ -61,6 +61,7 @@ struct menu_func {
|
|||
/* Flags for MT_FUNCTION_CALL */
|
||||
#define MENU_FUNC_USEPARAM 0x80
|
||||
#define MENU_FUNC_CHECK_RETVAL 0x100
|
||||
#define MENU_FUNC_HOTKEYABLE 0x200
|
||||
|
||||
#define MENU_COUNT_MASK 0xFFF
|
||||
#define MENU_COUNT_SHIFT 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue