From 62a0097d9698aefb12babc8742a389d71a0748ad Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 27 Jan 2016 15:38:47 +1000 Subject: [PATCH] Prepare tablet-support branch for merging Signed-off-by: Peter Hutterer --- src/libinput.sym | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/libinput.sym b/src/libinput.sym index 40143d8d..a2113883 100644 --- a/src/libinput.sym +++ b/src/libinput.sym @@ -185,11 +185,6 @@ LIBINPUT_1.2 { libinput_device_config_tap_get_drag_enabled; libinput_device_config_tap_get_default_drag_enabled; libinput_device_config_tap_set_drag_enabled; -} LIBINPUT_1.1; - -/* tablet APIs, they are not part of any stable API promise yet. - * keep them separate */ -LIBINPUT_TABLET_SUPPORT { libinput_event_get_tablet_tool_event; libinput_event_tablet_tool_x_has_changed; libinput_event_tablet_tool_y_has_changed; @@ -238,4 +233,4 @@ LIBINPUT_TABLET_SUPPORT { libinput_tablet_tool_ref; libinput_tablet_tool_set_user_data; libinput_tablet_tool_unref; -} LIBINPUT_1.2; +} LIBINPUT_1.1;