aboutsummaryrefslogtreecommitdiffstats
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)
downloadxorg-input-kobomultitouch-63de72d8d810e3692c96c7385b497bb4d68ef54a.tar.gz
xorg-input-kobomultitouch-63de72d8d810e3692c96c7385b497bb4d68ef54a.tar.bz2
xorg-input-kobomultitouch-63de72d8d810e3692c96c7385b497bb4d68ef54a.zip
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 @@
#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;
};