From 8dff8642c43a473713d48533974d9c7883bbc5c1 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Wed, 16 Jun 2010 02:30:41 +0200 Subject: refactor: Replace hwdata by mtdev This patch makes the switch, from using hwdata and the associated type A parser, to using mtdev and the associated type B parser. A command-line gesture test program is included. Signed-off-by: Henrik Rydberg --- include/gestures.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/gestures.h') diff --git a/include/gestures.h b/include/gestures.h index 2bd4a55..1d70a25 100644 --- a/include/gestures.h +++ b/include/gestures.h @@ -39,5 +39,6 @@ struct Gestures { }; void extract_gestures(struct Gestures *gs, struct MTouch* mt); +void output_gesture(const struct Gestures *gs); #endif -- cgit v1.2.3