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 595f0fb..2c63b90 100644
--- a/src/grail-impl.h
+++ b/src/grail-impl.h
@@ -42,6 +42,8 @@ struct grail_impl {
42 struct evbuf evbuf; 42 struct evbuf evbuf;
43 struct grailbuf gbuf; 43 struct grailbuf gbuf;
44 int filter_abs; 44 int filter_abs;
45 int ongoing;
46 int gesture;
45}; 47};
46 48
47#endif 49#endif