aboutsummaryrefslogtreecommitdiff
path: root/include/backend/libinput.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-06-14 14:50:09 -0400
committerDrew DeVault <sir@cmpwn.com>2017-06-14 14:50:09 -0400
commit3f24f8a1bee10fb3aadf8c57ca107fe5aaa7cffa (patch)
tree923093315e92cc5351644b145dbad74b4317d9dd /include/backend/libinput.h
parentd6905f86cb9d430e0ba05c6a066ed350761116d1 (diff)
Flesh out touch events and add demo
Diffstat (limited to 'include/backend/libinput.h')
-rw-r--r--include/backend/libinput.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/backend/libinput.h b/include/backend/libinput.h
index dd24fbb0..2427ae5c 100644
--- a/include/backend/libinput.h
+++ b/include/backend/libinput.h
@@ -56,7 +56,5 @@ void handle_touch_motion(struct libinput_event *event,
struct libinput_device *device);
void handle_touch_cancel(struct libinput_event *event,
struct libinput_device *device);
-void handle_touch_frame(struct libinput_event *event,
- struct libinput_device *device);
#endif