aboutsummaryrefslogtreecommitdiffstats
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 @@
#include "iobuffer.h"
#include "hwdata.h"
#include "hwstate.h"
+#include "mtstate.h"
struct MTouch {
struct Capabilities caps;
struct IOBuffer buf;
struct HWData hw;
- struct HWState ohs, nhs;
+ struct HWState hs;
+ struct MTState prev_state, state;
};
int configure_mtouch(struct MTouch *mt, int fd);