mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-10 08:20:59 -04:00
main: kbd repeat FD is handled by the wayland backend
This commit is contained in:
parent
4a63defeb1
commit
3684547fd7
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -447,7 +447,7 @@ main(int argc, char *const *argv)
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (term.flash.fd == -1 || term.blink.fd == -1 || term.wl->kbd.repeat.fd == -1) {
|
if (term.flash.fd == -1 || term.blink.fd == -1) {
|
||||||
LOG_ERR("failed to create timers");
|
LOG_ERR("failed to create timers");
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue