Move the tablet functions to the 0.9.0 symbol table

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-01-20 15:32:07 +10:00
parent 35b3992792
commit 810601581c

View file

@ -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;