mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 22:10:25 +01:00
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:
parent
35b3992792
commit
810601581c
1 changed files with 11 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue