mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add a %cs(current screen) state for the "Track Info" screen
Added a new state (current activity) to the %cs tag for the Track Info screen. This will allow the Track Info screen to be detectable when skinning using sbs files. Change-Id: I9319ebce2f8e64b0c974f4a6e3b44f9accee32c5 Reviewed-on: http://gerrit.rockbox.org/170 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
This commit is contained in:
parent
bcfa783100
commit
d5e676ba29
2 changed files with 15 additions and 3 deletions
|
@ -127,7 +127,8 @@ enum current_activity {
|
|||
ACTIVITY_SYSTEMSCREEN,
|
||||
ACTIVITY_TIMEDATESCREEN,
|
||||
ACTIVITY_BOOKMARKSLIST,
|
||||
ACTIVITY_SHORTCUTSMENU
|
||||
ACTIVITY_SHORTCUTSMENU,
|
||||
ACTIVITY_ID3SCREEN
|
||||
};
|
||||
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue