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