diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2008-11-08 15:10:49 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2008-11-08 15:10:49 +0100 |
| commit | 9f6a75a35de8d05a8ae2e8b5d5cd10d960d4de4b (patch) | |
| tree | eb1c22c2dc172a765d197acf5f1ec55db0031011 /src/mtouch.h | |
| parent | ad124aac8feeaaa1f131ff35d895e777f4ffdc61 (diff) | |
cleanup
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/mtouch.h')
| -rw-r--r-- | src/mtouch.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mtouch.h b/src/mtouch.h index a131b40..5edc6e5 100644 --- a/src/mtouch.h +++ b/src/mtouch.h | |||
| @@ -13,14 +13,13 @@ struct MTouch { | |||
| 13 | struct IOBuffer buf; | 13 | struct IOBuffer buf; |
| 14 | struct HWData hw; | 14 | struct HWData hw; |
| 15 | struct State os, ns; | 15 | struct State os, ns; |
| 16 | bool grabbed; | ||
| 17 | }; | 16 | }; |
| 18 | 17 | ||
| 19 | //////////////////////////////////////////////////////// | 18 | //////////////////////////////////////////////////////// |
| 20 | 19 | ||
| 21 | int configure_mtouch(struct MTouch *mt, int fd); | 20 | int configure_mtouch(struct MTouch *mt, int fd); |
| 22 | int open_mtouch(struct MTouch *mt, int fd); | 21 | int open_mtouch(struct MTouch *mt, int fd); |
| 23 | void close_mtouch(struct MTouch *mt, int fd); | 22 | int close_mtouch(struct MTouch *mt, int fd); |
| 24 | 23 | ||
| 25 | bool read_synchronized_event(struct MTouch *mt, int fd); | 24 | bool read_synchronized_event(struct MTouch *mt, int fd); |
| 26 | 25 | ||
