aboutsummaryrefslogtreecommitdiffstats
path: root/src/mtouch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtouch.h')
-rw-r--r--src/mtouch.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mtouch.h b/src/mtouch.h
index 900d825..753a400 100644
--- a/src/mtouch.h
+++ b/src/mtouch.h
@@ -27,8 +27,6 @@
#include "hwdata.h"
#include "state.h"
-////////////////////////////////////////////////////////
-
struct MTouch {
struct Capabilities caps;
struct IOBuffer buf;
@@ -36,15 +34,11 @@ struct MTouch {
struct State os, ns;
};
-////////////////////////////////////////////////////////
-
int configure_mtouch(struct MTouch *mt, int fd);
int open_mtouch(struct MTouch *mt, int fd);
int close_mtouch(struct MTouch *mt, int fd);
-bool read_synchronized_event(struct MTouch *mt, int fd);
+int read_synchronized_event(struct MTouch *mt, int fd);
void parse_event(struct MTouch *mt);
-////////////////////////////////////////////////////////
-
#endif