Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
correct libinput function name for drag_lock
Browse files Browse the repository at this point in the history
  • Loading branch information
sevz17 committed May 25, 2022
1 parent 48ec914 commit 7018b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwl.c
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ createpointer(struct wlr_input_device *device)
if (libinput_device_config_tap_get_finger_count(libinput_device)) {
libinput_device_config_tap_set_enabled(libinput_device, tap_to_click);
libinput_device_config_tap_set_drag_enabled(libinput_device, tap_and_drag);
libinput_device_config_tap_set_enabled(libinput_device, drag_lock);
libinput_device_config_tap_set_drag_lock_enabled(libinput_device, drag_lock);
}

if (libinput_device_config_scroll_has_natural_scroll(libinput_device))
Expand Down

0 comments on commit 7018b9b

Please sign in to comment.