From 223ba8b1b753e12a4826bacab282ab8dc7ba8689 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sat, 10 Apr 2010 23:11:59 +0200 Subject: Introduce Memory Add the Memory structure to hold the multitouch parsing state. Signed-off-by: Henrik Rydberg --- src/mtouch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mtouch.h') diff --git a/src/mtouch.h b/src/mtouch.h index 28a637b..4004b4d 100644 --- a/src/mtouch.h +++ b/src/mtouch.h @@ -27,6 +27,7 @@ #include "hwdata.h" #include "hwstate.h" #include "mtstate.h" +#include "memory.h" struct MTouch { struct Capabilities caps; @@ -34,6 +35,7 @@ struct MTouch { struct HWData hw; struct HWState hs; struct MTState prev_state, state; + struct Memory mem; }; int configure_mtouch(struct MTouch *mt, int fd); -- cgit v1.2.3