From 31df68c1e4eb8d18fd1c2eace5ea24f4638afaa3 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 6 Jul 2015 14:10:48 +1000 Subject: [PATCH] libinput.sym: make the touchpad gestures part of the 0.20 API Signed-off-by: Peter Hutterer --- src/libinput.sym | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libinput.sym b/src/libinput.sym index 1f8b9d40..ce4ab6c7 100644 --- a/src/libinput.sym +++ b/src/libinput.sym @@ -147,7 +147,7 @@ LIBINPUT_0.19.0 { libinput_device_config_tap_get_default_drag_lock_enabled; } LIBINPUT_0.15.0; -TOUCHPAD_GESTURES { +LIBINPUT_0.20.0 { libinput_event_gesture_get_angle_delta; libinput_event_gesture_get_base_event; libinput_event_gesture_get_cancelled;