summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2006-11-16 02:53:44 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2006-11-16 02:53:44 +0000
commit7b8b0ff49192007d791038cda2d3f44f004ff169 (patch)
tree6515041a44eb261160763a53cbdefd71a125d794 /apps/action.h
parent407284818411f82419679d39686f5402596f3725 (diff)
downloadrockbox-7b8b0ff49192007d791038cda2d3f44f004ff169.tar.gz
rockbox-7b8b0ff49192007d791038cda2d3f44f004ff169.zip
implement actions in the plugins, bubbles and metronome converted.
(hopefully buttons are correct, let me know in http://forums.rockbox.org/index.php?topic=5829.0 if there is a major stuff up) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11535 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/action.h b/apps/action.h
index d3da152e35..b0725ddb41 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -210,6 +210,8 @@ enum {
210 ACTION_KBD_MORSE_INPUT, 210 ACTION_KBD_MORSE_INPUT,
211 ACTION_KBD_MORSE_SELECT, 211 ACTION_KBD_MORSE_SELECT,
212 212
213
214 LAST_ACTION_PLACEHOLDER, /* custom actions should be this + something */
213}; 215};
214 216
215struct button_mapping { 217struct button_mapping {