aboutsummaryrefslogtreecommitdiffstats
path: root/src/mtouch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtouch.h')
-rw-r--r--src/mtouch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mtouch.h b/src/mtouch.h
index 8324e9e..a131b40 100644
--- a/src/mtouch.h
+++ b/src/mtouch.h
@@ -4,6 +4,7 @@
#include "capabilities.h"
#include "iobuffer.h"
#include "hwdata.h"
+#include "state.h"
////////////////////////////////////////////////////////
@@ -11,6 +12,7 @@ struct MTouch {
struct Capabilities caps;
struct IOBuffer buf;
struct HWData hw;
+ struct State os, ns;
bool grabbed;
};