From 5dca53eeb0e5ee17bfb5ff436655fa991d0786bd Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sun, 1 Jun 2008 13:56:34 +0000 Subject: Even more touchscreen improvements. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17673 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/action.c') diff --git a/apps/action.c b/apps/action.c index 5d0f994..0614443 100644 --- a/apps/action.c +++ b/apps/action.c @@ -310,7 +310,7 @@ int action_get_touchpad_press(short *x, short *y) return BUTTON_REL; /* this is to give a BUTTON_REL after a BUTTON_REPEAT */ if (last_button & BUTTON_REL) - return BUTTON_REL; + return BUTTON_REPEAT|BUTTON_REL; return BUTTON_TOUCHPAD; } #endif -- cgit v1.1