summaryrefslogtreecommitdiff
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 @@
4#include "capabilities.h" 4#include "capabilities.h"
5#include "iobuffer.h" 5#include "iobuffer.h"
6#include "hwdata.h" 6#include "hwdata.h"
7#include "state.h"
7 8
8//////////////////////////////////////////////////////// 9////////////////////////////////////////////////////////
9 10
@@ -11,6 +12,7 @@ struct MTouch {
11 struct Capabilities caps; 12 struct Capabilities caps;
12 struct IOBuffer buf; 13 struct IOBuffer buf;
13 struct HWData hw; 14 struct HWData hw;
15 struct State os, ns;
14 bool grabbed; 16 bool grabbed;
15}; 17};
16 18