diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2014-01-16 00:26:45 +0100 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2014-01-16 00:26:45 +0100 |
| commit | a6483344f6936f9f4daf657410f2873bf0247be5 (patch) | |
| tree | 8fa44ce5d2c2c74f0a3195f76ee2ca52cee85e31 /apps/misc.h | |
| parent | 98591a2815d878af8dbbd47ef7143c16654a8bba (diff) | |
| download | rockbox-a6483344f6936f9f4daf657410f2873bf0247be5.zip rockbox-a6483344f6936f9f4daf657410f2873bf0247be5.tar.gz rockbox-a6483344f6936f9f4daf657410f2873bf0247be5.tar.bz2 rockbox-a6483344f6936f9f4daf657410f2873bf0247be5.tar.xz | |
usb screen: Push the usb screen onto the activity stack. This enables %cs tag support for it.
Change-Id: Icecb72007aa3aba501c702e1aa65c801fcbc3857
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 994e777..0d4cba6 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -129,7 +129,8 @@ enum current_activity { ACTIVITY_TIMEDATESCREEN, ACTIVITY_BOOKMARKSLIST, ACTIVITY_SHORTCUTSMENU, - ACTIVITY_ID3SCREEN + ACTIVITY_ID3SCREEN, + ACTIVITY_USBSCREEN }; #if CONFIG_CODEC == SWCODEC |