summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-06-15 08:38:23 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-06-15 08:38:23 +0000
commit9a7a542de2cac4293a7834ecaebaa4dd14206683 (patch)
treecc8c3cab6b5b9adecc50ef0564a8c9c06037a575 /apps/action.h
parentdddd15746fce3a8610a60a6e7e84cf6fa8479f15 (diff)
downloadrockbox-9a7a542de2cac4293a7834ecaebaa4dd14206683.tar.gz
rockbox-9a7a542de2cac4293a7834ecaebaa4dd14206683.zip
first step of making touch regions usable in all skins, not just the WPS.. no user viewable changes just yet
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26854 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/action.h b/apps/action.h
index 8e93f30d2a..afaf73e1c9 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -106,6 +106,7 @@ enum {
106 ACTION_STD_QUICKSCREEN, 106 ACTION_STD_QUICKSCREEN,
107 ACTION_STD_KEYLOCK, 107 ACTION_STD_KEYLOCK,
108 ACTION_STD_REC, 108 ACTION_STD_REC,
109 ACTION_STD_HOTKEY,
109 110
110 ACTION_F3, /* just so everything works again, possibly change me */ 111 ACTION_F3, /* just so everything works again, possibly change me */
111 /* code context actions */ 112 /* code context actions */