summaryrefslogtreecommitdiff
path: root/src/grail-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grail-impl.h')
-rw-r--r--src/grail-impl.h7
1 files changed, 0 insertions, 7 deletions
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 {
41 const struct utouch_frame *frame; 41 const struct utouch_frame *frame;
42 struct evbuf evbuf; 42 struct evbuf evbuf;
43 struct grailbuf gbuf; 43 struct grailbuf gbuf;
44 float emin_x, emin_y;
45 float emax_x, emax_y;
46 int filter_abs; 44 int filter_abs;
47 int pointer_status;
48 int pointer_x, pointer_y;
49 int report_status;
50 int report_x, report_y;
51 struct timeval report_time;
52}; 45};
53 46
54#endif 47#endif