From d07c43f9f19dc0ee38aaf44947cfc396f437490e Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 3 Aug 2010 15:01:50 +0200 Subject: Introduce zoom, rotate and combo gestures Introduce grail_mask bit functions, and add new gestures as separate functions, referring to the same move model. Signed-off-by: Henrik Rydberg --- src/gebuf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gebuf.h') diff --git a/src/gebuf.h b/src/gebuf.h index 37e4a5c..3f71ab5 100644 --- a/src/gebuf.h +++ b/src/gebuf.h @@ -30,7 +30,10 @@ #define DIM_GESTURE_EVENTS 512 struct gesture_event { + int ntouch; + int nprop; touch_time_t time; + struct grail_coord pos; grail_prop_t prop[DIM_GRAIL_PROP]; }; -- cgit v1.2.3