From 32dfc0cdc19eca850aab4fd994b32f8a1528e4c6 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 4 Aug 2011 13:40:24 +0000 Subject: Add a plugin activity which to the %cs screen option list git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30253 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/misc.h') diff --git a/apps/misc.h b/apps/misc.h index 1e151f0..05d8316 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -114,7 +114,8 @@ enum current_activity { ACTIVITY_QUICKSCREEN, ACTIVITY_PITCHSCREEN, ACTIVITY_OPTIONSELECT, - ACTIVITY_PLAYLISTBROWSER + ACTIVITY_PLAYLISTBROWSER, + ACTIVITY_PLUGIN }; #if CONFIG_CODEC == SWCODEC -- cgit v1.1