summaryrefslogtreecommitdiff
path: root/src/mtouch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtouch.h')
-rw-r--r--src/mtouch.h3
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
21int configure_mtouch(struct MTouch *mt, int fd); 20int configure_mtouch(struct MTouch *mt, int fd);
22int open_mtouch(struct MTouch *mt, int fd); 21int open_mtouch(struct MTouch *mt, int fd);
23void close_mtouch(struct MTouch *mt, int fd); 22int close_mtouch(struct MTouch *mt, int fd);
24 23
25bool read_synchronized_event(struct MTouch *mt, int fd); 24bool read_synchronized_event(struct MTouch *mt, int fd);
26 25