summaryrefslogtreecommitdiffstats
path: root/apps/action.h
diff options
context:
space:
mode:
authorMartin Scarratt <mmmm@rockbox.org>2006-08-20 21:33:40 +0000
committerMartin Scarratt <mmmm@rockbox.org>2006-08-20 21:33:40 +0000
commitc8bd9129bf146c3c0bbacc744ab509709a004fd7 (patch)
treeecf927b6f31c94f12e073c0b9fbd1a144ecd83d3 /apps/action.h
parent7847dde8cf00838de8ff75b8398ffbb1921baf8b (diff)
downloadrockbox-c8bd9129bf146c3c0bbacc744ab509709a004fd7.tar.gz
rockbox-c8bd9129bf146c3c0bbacc744ab509709a004fd7.zip
Button action code for recording screen. Shouldnt make any noticable difference in recording screen button operation except for H300 I-River remote, which should now work as expected, -10 button = LCD off
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10666 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/action.h b/apps/action.h
index e95d009a0f..a74a2e145d 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -53,6 +53,7 @@ enum {
CONTEXT_BOOKMARKSCREEN, /*NOTE: requires the action_setting_* mappings also */
CONTEXT_QUICKSCREEN, /* uses ACTION_QS_ defines below */
CONTEXT_PITCHSCREEN, /* uses ACTION_PS_ defines below */
+ CONTEXT_RECSCREEN,
};
@@ -111,6 +112,11 @@ enum {
ACTION_TREE_WPS,
/* recording screen */
+ ACTION_REC_LCD,
+ ACTION_REC_PAUSE,
+ ACTION_REC_NEWFILE,
+ ACTION_REC_F2,
+ ACTION_REC_F3,
/* main menu */