diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2008-11-09 04:20:53 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2008-11-09 04:20:53 +0100 |
| commit | b8f7fdfe1b8974a6677e73cfe7c83da70a35f4ae (patch) | |
| tree | 544cbe58102898d9eab3c80fc5be1414670810bf /src/mtouch.c | |
| parent | 7952ef288f490045a4ab19b510be32512f217324 (diff) | |
Gesture interface in place
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/mtouch.c')
| -rw-r--r-- | src/mtouch.c | 7 |
1 files changed, 7 insertions, 0 deletions
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) | |||
| 45 | } | 45 | } |
| 46 | 46 | ||
| 47 | /******************************************************/ | 47 | /******************************************************/ |
| 48 | |||
| 49 | void parse_event(struct MTouch *mt) | ||
| 50 | { | ||
| 51 | modify_state(&mt->ns, &mt->hw, &mt->caps); | ||
| 52 | } | ||
| 53 | |||
| 54 | /******************************************************/ | ||
