Move the tablet APIs into the right library version

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-02-16 14:19:21 +10:00
parent 6e7beeb347
commit 162a39e318

View file

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