mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
seat: remove warning for libinput finger count
This commit is contained in:
parent
6952bdfebc
commit
bb5e44a143
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ configure_libinput(struct wlr_input_device *wlr_input_device)
|
|||
return;
|
||||
}
|
||||
if (libinput_device_config_tap_get_finger_count(libinput_dev) <= 0) {
|
||||
warn("libinput device finger count <= 0");
|
||||
return;
|
||||
}
|
||||
info("tap enabled for libinput device");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue