summaryrefslogtreecommitdiff
path: root/src/mtouch.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-11-08 15:10:49 +0100
committerHenrik Rydberg <rydberg@euromail.se>2008-11-08 15:10:49 +0100
commit9f6a75a35de8d05a8ae2e8b5d5cd10d960d4de4b (patch)
treeeb1c22c2dc172a765d197acf5f1ec55db0031011 /src/mtouch.h
parentad124aac8feeaaa1f131ff35d895e777f4ffdc61 (diff)
cleanup
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
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