Move the new click method configuration tools to the right symbol version set
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 19 Jan 2015 10:31:15 +0000 (20:31 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 20 Jan 2015 01:32:55 +0000 (11:32 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/libinput.sym

index 9be6cf4e87c47ba5b79c1edae03902fd8a99a5ee..cfbeabd83f316cf18b023f610123f1ab7fa60bf4 100644 (file)
@@ -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;