From 2323cf93203686e2f19c125f780486fbe2ee327c Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 21 Sep 2010 11:17:02 +0200 Subject: Split pointer status and report status Separate out reporting of the touch state, such that reporting can be deferred. Does not introduce any logic changes. Signed-off-by: Henrik Rydberg --- src/grail-impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/grail-impl.h') diff --git a/src/grail-impl.h b/src/grail-impl.h index af84a6c..6093a0f 100644 --- a/src/grail-impl.h +++ b/src/grail-impl.h @@ -32,7 +32,9 @@ struct grail_impl { int filter_abs; int pointer_status; int pointer_x, pointer_y; + int report_status; int report_x, report_y; + struct timeval report_time; }; #endif -- cgit v1.2.3