summaryrefslogtreecommitdiff
path: root/src/libinput.sym
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-10-21 19:19:01 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-10-21 19:19:01 +1000
commitab6a409cdcbed8843fcb01852b16da3a56555cd9 (patch)
treefe92800c72dac96fb998b70374b55c3d48fa163e /src/libinput.sym
parent8fe7f08e8500b1b6e0251e29f3f1c1688d8486cd (diff)
parentd92ae62dad53afd894aec3c47081780ef3d9b4d2 (diff)
Merge branch 'master' into tablet-support
Diffstat (limited to 'src/libinput.sym')
-rw-r--r--src/libinput.sym9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/libinput.sym b/src/libinput.sym
index 8480024..1c297c7 100644
--- a/src/libinput.sym
+++ b/src/libinput.sym
@@ -174,6 +174,13 @@ LIBINPUT_0.21.0 {
libinput_event_touch_get_time_usec;
} LIBINPUT_0.20.0;
+LIBINPUT_1.1 {
+ libinput_device_config_accel_get_profile;
+ libinput_device_config_accel_get_profiles;
+ libinput_device_config_accel_get_default_profile;
+ libinput_device_config_accel_set_profile;
+} LIBINPUT_0.21.0;
+
/* tablet APIs, they are not part of any stable API promise yet.
* keep them separate */
LIBINPUT_TABLET_SUPPORT {
@@ -201,4 +208,4 @@ LIBINPUT_TABLET_SUPPORT {
libinput_tool_ref;
libinput_tool_set_user_data;
libinput_tool_unref;
-} LIBINPUT_0.21.0;
+} LIBINPUT_1.1;