summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2012-07-06 14:28:34 +1000
committerJonathan Gordon <rockbox@jdgordon.info>2012-07-06 14:28:34 +1000
commit68ee7aac6e7a16804ac6880cc076c43502989c92 (patch)
treec352d6ee4e7517d2469c0677123a975f0f66646e /apps/action.h
parent65f9df3083623484efccf502c33ecc959555d247 (diff)
downloadrockbox-68ee7aac6e7a16804ac6880cc076c43502989c92.tar.gz
rockbox-68ee7aac6e7a16804ac6880cc076c43502989c92.zip
skin_engine: Make pressing the setting bar touch region work
might need some tweaking, but works. Change-Id: I0784cd4fe9996531da6cc275491ff3b4e83cdbcf
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 508d9a31a6..e54d5deacf 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -254,6 +254,7 @@ enum {
254 ACTION_TOUCH_SCROLLBAR, 254 ACTION_TOUCH_SCROLLBAR,
255 ACTION_TOUCH_VOLUME, 255 ACTION_TOUCH_VOLUME,
256 ACTION_TOUCH_SOFTLOCK, 256 ACTION_TOUCH_SOFTLOCK,
257 ACTION_TOUCH_SETTING,
257#endif 258#endif
258 259
259 /* USB HID codes */ 260 /* USB HID codes */