From cc2d67d0f9c6381080de1d666bccfb4b99221113 Mon Sep 17 00:00:00 2001 From: Chase Douglas Date: Mon, 14 Feb 2011 16:33:32 +0100 Subject: Remove pointer emulation With the assumption that X will be handle to handle the gesture cases correctly, remove the pointer emulation Signed-off-by: Chase Douglas Signed-off-by: Henrik Rydberg --- src/grail-impl.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/grail-impl.h') diff --git a/src/grail-impl.h b/src/grail-impl.h index dcbaedd..595f0fb 100644 --- a/src/grail-impl.h +++ b/src/grail-impl.h @@ -41,14 +41,7 @@ struct grail_impl { const struct utouch_frame *frame; struct evbuf evbuf; struct grailbuf gbuf; - float emin_x, emin_y; - float emax_x, emax_y; 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