summaryrefslogtreecommitdiff
path: root/src/grail-gestures.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-08-10 16:48:39 +0100
committerHenrik Rydberg <rydberg@euromail.se>2010-08-10 16:49:40 +0100
commit11ce60e63da0c632e4c06e212a3add7d53cbf658 (patch)
tree1588c1619df235727a62d3d9f9713d94a0c73170 /src/grail-gestures.h
parent33be41843e18b6a716ff62982e32c843e7a2bb1f (diff)
Make tapping position appear properly
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/grail-gestures.h')
-rw-r--r--src/grail-gestures.h2
1 files changed, 2 insertions, 0 deletions
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 {
86 grail_time_t start; 86 grail_time_t start;
87 int status, ntouch; 87 int status, ntouch;
88 int active, gid; 88 int active, gid;
89 int nprop;
90 grail_prop_t prop[DIM_GRAIL_PROP];
89}; 91};
90 92
91int gru_tapping(struct grail *ge, 93int gru_tapping(struct grail *ge,