diff options
Diffstat (limited to 'src/libinput.sym')
-rw-r--r-- | src/libinput.sym | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libinput.sym b/src/libinput.sym index ef9d9178..1698a066 100644 --- a/src/libinput.sym +++ b/src/libinput.sym @@ -305,3 +305,9 @@ LIBINPUT_1.14 { libinput_event_tablet_tool_size_major_has_changed; libinput_event_tablet_tool_size_minor_has_changed; } LIBINPUT_1.11; + +LIBINPUT_1.15 { + libinput_device_config_scroll_set_button_lock; + libinput_device_config_scroll_get_button_lock; + libinput_device_config_scroll_get_default_button_lock; +} LIBINPUT_1.14; |