From 162a39e318df8ded54abfffe444712c317a8df4d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 16 Feb 2015 14:19:21 +1000 Subject: [PATCH] Move the tablet APIs into the right library version Signed-off-by: Peter Hutterer --- src/libinput.sym | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/libinput.sym b/src/libinput.sym index f9ccd98f..307dff3b 100644 --- a/src/libinput.sym +++ b/src/libinput.sym @@ -126,6 +126,14 @@ global: libinput_device_config_click_get_method; libinput_device_config_click_get_methods; libinput_device_config_click_set_method; +} LIBINPUT_0.8.0; + +LIBINPUT_0.11.0 { + libinput_device_get_device_group; + libinput_device_group_get_user_data; + libinput_device_group_ref; + libinput_device_group_set_user_data; + libinput_device_group_unref; /* tablet APIs, they are not part of any stable API promise yet. * keep them separate */ @@ -147,12 +155,4 @@ global: libinput_tool_ref; libinput_tool_set_user_data; libinput_tool_unref; -} LIBINPUT_0.8.0; - -LIBINPUT_0.11.0 { - libinput_device_get_device_group; - libinput_device_group_get_user_data; - libinput_device_group_ref; - libinput_device_group_set_user_data; - libinput_device_group_unref; } LIBINPUT_0.9.0;