mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
Remove info() and die()
This commit is contained in:
parent
22f5073ebd
commit
20fd8f59a7
11 changed files with 26 additions and 51 deletions
|
|
@ -31,7 +31,7 @@ configure_libinput(struct wlr_input_device *wlr_input_device)
|
|||
if (libinput_device_config_tap_get_finger_count(libinput_dev) <= 0) {
|
||||
return;
|
||||
}
|
||||
info("tap enabled for libinput device");
|
||||
wlr_log(WLR_INFO, "tap enabled");
|
||||
libinput_device_config_tap_set_enabled(libinput_dev,
|
||||
LIBINPUT_CONFIG_TAP_ENABLED);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue