From 810601581cc1e67e41aec139bd2a80f190aec709 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 20 Jan 2015 15:32:07 +1000 Subject: [PATCH] Move the tablet functions to the 0.9.0 symbol table Signed-off-by: Peter Hutterer --- src/libinput.sym | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/libinput.sym b/src/libinput.sym index e49f0f34..b1dbba32 100644 --- a/src/libinput.sym +++ b/src/libinput.sym @@ -117,6 +117,17 @@ global: libinput_udev_create_context; libinput_unref; +local: + *; +}; + +LIBINPUT_0.9.0 { +global: + libinput_device_config_click_get_default_method; + libinput_device_config_click_get_method; + libinput_device_config_click_get_methods; + libinput_device_config_click_set_method; + /* tablet APIs, they are not part of any stable API promise yet. * keep them separate */ libinput_event_get_tablet_event; @@ -136,14 +147,4 @@ global: libinput_tool_ref; libinput_tool_set_user_data; libinput_tool_unref; -local: - *; -}; - -LIBINPUT_0.9.0 { -global: - libinput_device_config_click_get_default_method; - libinput_device_config_click_get_method; - libinput_device_config_click_get_methods; - libinput_device_config_click_set_method; } LIBINPUT_0.8.0;