From b8f7fdfe1b8974a6677e73cfe7c83da70a35f4ae Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sun, 9 Nov 2008 04:20:53 +0100 Subject: Gesture interface in place Signed-off-by: Henrik Rydberg --- src/mtouch.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mtouch.c') diff --git a/src/mtouch.c b/src/mtouch.c index 6952611..ebe8f2a 100644 --- a/src/mtouch.c +++ b/src/mtouch.c @@ -45,3 +45,10 @@ bool read_synchronized_event(struct MTouch *mt, int fd) } /******************************************************/ + +void parse_event(struct MTouch *mt) +{ + modify_state(&mt->ns, &mt->hw, &mt->caps); +} + +/******************************************************/ -- cgit v1.2.3