summaryrefslogtreecommitdiff
path: root/src/mtouch.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-11-06 17:18:16 +0100
committerHenrik Rydberg <rydberg@euromail.se>2008-11-06 17:18:16 +0100
commit63de72d8d810e3692c96c7385b497bb4d68ef54a (patch)
treecaa3ecce7c826553d611193f6f1363d76ebd906f /src/mtouch.h
parent3734c2c5dc65f41aa727d9d69201d604eab6e77d (diff)
state added, now do the matching
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
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