summaryrefslogtreecommitdiff
path: root/src/mtouch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtouch.h')
-rw-r--r--src/mtouch.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mtouch.h b/src/mtouch.h
index e4a59fb..28a637b 100644
--- a/src/mtouch.h
+++ b/src/mtouch.h
@@ -26,12 +26,14 @@
26#include "iobuffer.h" 26#include "iobuffer.h"
27#include "hwdata.h" 27#include "hwdata.h"
28#include "hwstate.h" 28#include "hwstate.h"
29#include "mtstate.h"
29 30
30struct MTouch { 31struct MTouch {
31 struct Capabilities caps; 32 struct Capabilities caps;
32 struct IOBuffer buf; 33 struct IOBuffer buf;
33 struct HWData hw; 34 struct HWData hw;
34 struct HWState ohs, nhs; 35 struct HWState hs;
36 struct MTState prev_state, state;
35}; 37};
36 38
37int configure_mtouch(struct MTouch *mt, int fd); 39int configure_mtouch(struct MTouch *mt, int fd);