summaryrefslogtreecommitdiff
path: root/src/grail-impl.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2011-03-29 10:26:05 +0200
committerHenrik Rydberg <rydberg@euromail.se>2011-04-28 16:58:51 +0200
commitd87cde46e25c058ffc76d3871ca4e2ceb3e57991 (patch)
treea0b4e5729ce6c4fdda08a98b132b3dddb8c5700a /src/grail-impl.h
parentb605a93a85d8ead753d87a2da5a0e40571d6f275 (diff)
Prepare for gesture frame additions
Rename internal variables and fix makefile to make room for new targets. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/grail-impl.h')
-rw-r--r--src/grail-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grail-impl.h b/src/grail-impl.h
index 7036382..8f73a2d 100644
--- a/src/grail-impl.h
+++ b/src/grail-impl.h
@@ -38,7 +38,7 @@ struct grail_impl {
38 struct evemu_device *evemu; 38 struct evemu_device *evemu;
39 struct mtdev *mtdev; 39 struct mtdev *mtdev;
40 utouch_frame_handle fh; 40 utouch_frame_handle fh;
41 const struct utouch_frame *frame; 41 const struct utouch_frame *touch;
42 struct evbuf evbuf; 42 struct evbuf evbuf;
43 struct grailbuf gbuf; 43 struct grailbuf gbuf;
44 int filter_abs; 44 int filter_abs;