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, 2 insertions, 2 deletions
diff --git a/src/mtouch.h b/src/mtouch.h
index 753a400..e4a59fb 100644
--- a/src/mtouch.h
+++ b/src/mtouch.h
@@ -25,13 +25,13 @@
25#include "capabilities.h" 25#include "capabilities.h"
26#include "iobuffer.h" 26#include "iobuffer.h"
27#include "hwdata.h" 27#include "hwdata.h"
28#include "state.h" 28#include "hwstate.h"
29 29
30struct MTouch { 30struct MTouch {
31 struct Capabilities caps; 31 struct Capabilities caps;
32 struct IOBuffer buf; 32 struct IOBuffer buf;
33 struct HWData hw; 33 struct HWData hw;
34 struct State os, ns; 34 struct HWState ohs, nhs;
35}; 35};
36 36
37int configure_mtouch(struct MTouch *mt, int fd); 37int configure_mtouch(struct MTouch *mt, int fd);