mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-10 21:00:21 +01:00
Move the new click method configuration tools to the right symbol version set
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
7ce25592d9
commit
82c2b78313
1 changed files with 8 additions and 4 deletions
|
|
@ -15,10 +15,6 @@ global:
|
|||
libinput_device_config_calibration_get_matrix;
|
||||
libinput_device_config_calibration_has_matrix;
|
||||
libinput_device_config_calibration_set_matrix;
|
||||
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_device_config_scroll_get_button;
|
||||
libinput_device_config_scroll_get_default_button;
|
||||
libinput_device_config_scroll_get_default_method;
|
||||
|
|
@ -123,3 +119,11 @@ global:
|
|||
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