mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 20:10:23 -04:00
Stray whitespace fixes
This commit is contained in:
parent
9b9b79b35e
commit
5215712cab
2 changed files with 4 additions and 4 deletions
2
dwl.c
2
dwl.c
|
@ -1047,7 +1047,7 @@ createpointer(struct wlr_pointer *pointer)
|
|||
|
||||
if (libinput_device_config_scroll_get_methods(libinput_device) != LIBINPUT_CONFIG_SCROLL_NO_SCROLL)
|
||||
libinput_device_config_scroll_set_method (libinput_device, scroll_method);
|
||||
|
||||
|
||||
if (libinput_device_config_click_get_methods(libinput_device) != LIBINPUT_CONFIG_CLICK_METHOD_NONE)
|
||||
libinput_device_config_click_set_method (libinput_device, click_method);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue