From eada0907ff2eb19d1e3b80d6512bfd50aff26d42 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 20 Jun 2010 13:17:24 +0000 Subject: fix ffwd/rewind on touchscreen targets using regions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26991 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/wps.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/gui') diff --git a/apps/gui/wps.c b/apps/gui/wps.c index 0c7975a01a..0a8ce899c5 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -360,6 +360,9 @@ bool ffwd_rew(int button) #ifdef HAVE_TOUCHSCREEN if (button == ACTION_TOUCHSCREEN) button = wps_get_touchaction(gui_wps[SCREEN_MAIN].data); + if (button != ACTION_WPS_SEEKFWD && + button != ACTION_WPS_SEEKBACK) + button = ACTION_WPS_STOPSEEK; #endif } } -- cgit v1.2.3