summaryrefslogtreecommitdiff
path: root/src/libinput.sym
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-07-24 10:56:05 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-07-24 10:56:05 +1000
commita7bd84a7eebe8838666a07a00f7cd8ebb9e5db98 (patch)
tree6d78ab6cc49f585949c6c2f7bf0d0f73785863cf /src/libinput.sym
parente32d94dc1b423493ff4207603adab9ecd3b886b1 (diff)
parent988f31fc4a7a6c7d0b6e20f77ea7093afd0ef37a (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 7cbc4a5..fb1c59b 100644
--- a/src/libinput.sym
+++ b/src/libinput.sym
@@ -163,6 +163,13 @@ LIBINPUT_0.20.0 {
libinput_event_get_gesture_event;
} LIBINPUT_0.19.0;
+LIBINPUT_0.21.0 {
+ libinput_device_config_dwt_is_available;
+ libinput_device_config_dwt_set_enabled;
+ libinput_device_config_dwt_get_enabled;
+ libinput_device_config_dwt_get_default_enabled;
+} LIBINPUT_0.20.0;
+
/* tablet APIs, they are not part of any stable API promise yet.
* keep them separate */
LIBINPUT_TABLET_SUPPORT {
@@ -189,4 +196,4 @@ LIBINPUT_TABLET_SUPPORT {
libinput_tool_ref;
libinput_tool_set_user_data;
libinput_tool_unref;
-} LIBINPUT_0.20.0;
+} LIBINPUT_0.21.0;