mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 02:10:07 +01:00
editorconfig: add settings for sym files
Signed-off-by: José Expósito <jose.exposito89@gmail.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1076>
This commit is contained in:
parent
86915213c8
commit
3f3071cb88
2 changed files with 18 additions and 14 deletions
|
|
@ -19,3 +19,7 @@ indent_style = space
|
|||
[{meson.build,meson_options.txt}]
|
||||
indent_size = 8
|
||||
indent_style = tab
|
||||
|
||||
[*.sym]
|
||||
indent_size = 8
|
||||
indent_style = tab
|
||||
|
|
|
|||
|
|
@ -335,18 +335,18 @@ LIBINPUT_1.23 {
|
|||
} LIBINPUT_1.21;
|
||||
|
||||
LIBINPUT_1.26 {
|
||||
libinput_device_config_click_set_clickfinger_button_map;
|
||||
libinput_device_config_click_get_default_clickfinger_button_map;
|
||||
libinput_device_config_click_get_clickfinger_button_map;
|
||||
libinput_device_get_id_bustype;
|
||||
libinput_device_tablet_pad_get_num_dials;
|
||||
libinput_event_tablet_pad_get_dial_delta_v120;
|
||||
libinput_event_tablet_pad_get_dial_number;
|
||||
libinput_tablet_pad_mode_group_has_dial;
|
||||
libinput_tablet_tool_config_pressure_range_is_available;
|
||||
libinput_tablet_tool_config_pressure_range_set;
|
||||
libinput_tablet_tool_config_pressure_range_get_minimum;
|
||||
libinput_tablet_tool_config_pressure_range_get_maximum;
|
||||
libinput_tablet_tool_config_pressure_range_get_default_minimum;
|
||||
libinput_tablet_tool_config_pressure_range_get_default_maximum;
|
||||
libinput_device_config_click_set_clickfinger_button_map;
|
||||
libinput_device_config_click_get_default_clickfinger_button_map;
|
||||
libinput_device_config_click_get_clickfinger_button_map;
|
||||
libinput_device_get_id_bustype;
|
||||
libinput_device_tablet_pad_get_num_dials;
|
||||
libinput_event_tablet_pad_get_dial_delta_v120;
|
||||
libinput_event_tablet_pad_get_dial_number;
|
||||
libinput_tablet_pad_mode_group_has_dial;
|
||||
libinput_tablet_tool_config_pressure_range_is_available;
|
||||
libinput_tablet_tool_config_pressure_range_set;
|
||||
libinput_tablet_tool_config_pressure_range_get_minimum;
|
||||
libinput_tablet_tool_config_pressure_range_get_maximum;
|
||||
libinput_tablet_tool_config_pressure_range_get_default_minimum;
|
||||
libinput_tablet_tool_config_pressure_range_get_default_maximum;
|
||||
} LIBINPUT_1.23;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue