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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grail-impl.h b/src/grail-impl.h
index dc3b425..2859186 100644
--- a/src/grail-impl.h
+++ b/src/grail-impl.h
@@ -25,11 +25,13 @@
25 25
26#include <grail-touch.h> 26#include <grail-touch.h>
27#include "evbuf.h" 27#include "evbuf.h"
28#include "grailbuf.h"
28 29
29struct grail_impl { 30struct grail_impl {
30 struct touch_dev dev; 31 struct touch_dev dev;
31 struct touch_caps emu; 32 struct touch_caps emu;
32 struct evbuf evbuf; 33 struct evbuf evbuf;
34 struct grailbuf gbuf;
33 int filter_abs; 35 int filter_abs;
34 int pointer_status; 36 int pointer_status;
35 int pointer_x, pointer_y; 37 int pointer_x, pointer_y;