From 4d87c041f6a232aa30528d70d4b9946d1824b4ed Mon Sep 17 00:00:00 2001 From: Daniel Landau Date: Sat, 12 Mar 2011 20:07:20 +0200 Subject: Four finger swipes in multitouch I think four finger swipes are useful, attached is a very simple patch enabling that. Signed-off-by: Daniel Landau Signed-off-by: Henrik Rydberg --- include/gestures.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/gestures.h b/include/gestures.h index 6bc92cd..b512121 100644 --- a/include/gestures.h +++ b/include/gestures.h @@ -33,6 +33,8 @@ #define GS_SCALE 6 #define GS_ROTATE 7 #define GS_TAP 8 +#define GS_VSWIPE4 9 +#define GS_HSWIPE4 10 struct Gestures { bitmask_t type, btmask, btdata; -- cgit v1.2.3