mirror of
https://github.com/labwc/labwc.git
synced 2026-03-16 05:33:50 -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;
|
return;
|
||||||
}
|
}
|
||||||
if (libinput_device_config_tap_get_finger_count(libinput_dev) <= 0) {
|
if (libinput_device_config_tap_get_finger_count(libinput_dev) <= 0) {
|
||||||
warn("libinput device finger count <= 0");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
info("tap enabled for libinput device");
|
info("tap enabled for libinput device");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue