summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-06-21 12:14:16 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-06-21 12:14:16 +0000
commitc20177294022402d6644b5d66f2252f3dc2d7125 (patch)
tree6ad4228775d55ccd8575bf188002213195094a86 /apps/gui/wps.c
parente576315c7e0b7c6ceef19f1d326d00570499f4ee (diff)
Fix the hotkey touch region in the wps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27009 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index dafc1cd278..6b5270eb7e 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -244,6 +244,10 @@ int skintouch_to_wps(struct wps_data *data)
return ACTION_WPS_CONTEXT;
case ACTION_STD_QUICKSCREEN:
return ACTION_WPS_QUICKSCREEN;
+#ifdef HAVE_HOTKEY
+ case ACTION_STD_HOTKEY:
+ return ACTION_WPS_HOTKEY;
+#endif
case WPS_TOUCHREGION_SCROLLBAR:
wps_state.id3->elapsed = wps_state.id3->length*offset/100;
if (!wps_state.paused)