summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/touch-dev.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/touch-dev.c b/src/touch-dev.c
index b270319..b88cb8d 100644
--- a/src/touch-dev.c
+++ b/src/touch-dev.c
@@ -36,11 +36,6 @@
36#define MT_TRACKING_ID 9 36#define MT_TRACKING_ID 9
37#define MT_PRESSURE 10 37#define MT_PRESSURE 10
38 38
39int mtdev_fetch_event(struct mtdev *dev, int fd, struct input_event *ev);
40void mtdev_put_event(struct mtdev *dev, const struct input_event *ev);
41int mtdev_empty(struct mtdev *dev);
42void mtdev_get_event(struct mtdev *dev, struct input_event* ev);
43
44struct touch_dev_impl { 39struct touch_dev_impl {
45 int id[DIM_TOUCH]; 40 int id[DIM_TOUCH];
46 int slot; 41 int slot;