From 7b8b0ff49192007d791038cda2d3f44f004ff169 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 16 Nov 2006 02:53:44 +0000 Subject: 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 --- apps/action.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/action.h') 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 { ACTION_KBD_MORSE_INPUT, ACTION_KBD_MORSE_SELECT, + + LAST_ACTION_PLACEHOLDER, /* custom actions should be this + something */ }; struct button_mapping { -- cgit v1.2.3