aboutsummaryrefslogtreecommitdiffstats
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)
downloadxorg-input-kobomultitouch-9f6a75a35de8d05a8ae2e8b5d5cd10d960d4de4b.tar.gz
xorg-input-kobomultitouch-9f6a75a35de8d05a8ae2e8b5d5cd10d960d4de4b.tar.bz2
xorg-input-kobomultitouch-9f6a75a35de8d05a8ae2e8b5d5cd10d960d4de4b.zip
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 {
struct IOBuffer buf;
struct HWData hw;
struct State os, ns;
- bool grabbed;
};
////////////////////////////////////////////////////////
int configure_mtouch(struct MTouch *mt, int fd);
int open_mtouch(struct MTouch *mt, int fd);
-void close_mtouch(struct MTouch *mt, int fd);
+int close_mtouch(struct MTouch *mt, int fd);
bool read_synchronized_event(struct MTouch *mt, int fd);