From 11ce60e63da0c632e4c06e212a3add7d53cbf658 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 10 Aug 2010 16:48:39 +0100 Subject: Make tapping position appear properly Signed-off-by: Henrik Rydberg --- src/grail-gestures.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/grail-gestures.h') diff --git a/src/grail-gestures.h b/src/grail-gestures.h index 5b8f7d7..888a50b 100644 --- a/src/grail-gestures.h +++ b/src/grail-gestures.h @@ -86,6 +86,8 @@ struct tapping_model { grail_time_t start; int status, ntouch; int active, gid; + int nprop; + grail_prop_t prop[DIM_GRAIL_PROP]; }; int gru_tapping(struct grail *ge, -- cgit v1.2.3