diff options
| author | Osborne Jacobs <ozziejacks@gmail.com> | 2012-03-02 23:30:07 -0500 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2012-03-03 10:45:51 +0100 |
| commit | d5e676ba29c112ff170402df0352a43416b82690 (patch) | |
| tree | 3391689e654fe415e1edef752682404fe51085b6 /apps/misc.h | |
| parent | bcfa783100529ffbd29c6f0a7a9275c27df5cf66 (diff) | |
| download | rockbox-d5e676ba29c112ff170402df0352a43416b82690.zip rockbox-d5e676ba29c112ff170402df0352a43416b82690.tar.gz rockbox-d5e676ba29c112ff170402df0352a43416b82690.tar.bz2 rockbox-d5e676ba29c112ff170402df0352a43416b82690.tar.xz | |
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>
Diffstat (limited to 'apps/misc.h')
| -rw-r--r-- | apps/misc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/misc.h b/apps/misc.h index a41a831..a3d9ffd 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -127,7 +127,8 @@ enum current_activity { ACTIVITY_SYSTEMSCREEN, ACTIVITY_TIMEDATESCREEN, ACTIVITY_BOOKMARKSLIST, - ACTIVITY_SHORTCUTSMENU + ACTIVITY_SHORTCUTSMENU, + ACTIVITY_ID3SCREEN }; #if CONFIG_CODEC == SWCODEC |