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.h | |
| parent | 7952ef288f490045a4ab19b510be32512f217324 (diff) | |
Gesture interface in place
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/mtouch.h')
| -rw-r--r-- | src/mtouch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mtouch.h b/src/mtouch.h index 5edc6e5..c56e5a3 100644 --- a/src/mtouch.h +++ b/src/mtouch.h | |||
| @@ -22,6 +22,7 @@ int open_mtouch(struct MTouch *mt, int fd); | |||
| 22 | int close_mtouch(struct MTouch *mt, int fd); | 22 | int close_mtouch(struct MTouch *mt, int fd); |
| 23 | 23 | ||
| 24 | bool read_synchronized_event(struct MTouch *mt, int fd); | 24 | bool read_synchronized_event(struct MTouch *mt, int fd); |
| 25 | void parse_event(struct MTouch *mt); | ||
| 25 | 26 | ||
| 26 | //////////////////////////////////////////////////////// | 27 | //////////////////////////////////////////////////////// |
| 27 | 28 | ||
