mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-21 01:40:16 -05:00
render: alignment
This commit is contained in:
parent
b59b03fd07
commit
23a133a64a
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
|
@ -862,8 +862,8 @@ main(int argc, const char *const *argv)
|
|||
while (true) {
|
||||
struct pollfd fds[] = {
|
||||
{.fd = wl_display_get_fd(c.wl.display), .events = POLLIN},
|
||||
{.fd = c.term.ptmx, .events = POLLIN},
|
||||
{.fd = c.term.kbd.repeat.pipe_read_fd, .events = POLLIN},
|
||||
{.fd = c.term.ptmx, .events = POLLIN},
|
||||
{.fd = c.term.kbd.repeat.pipe_read_fd, .events = POLLIN},
|
||||
};
|
||||
|
||||
wl_display_flush(c.wl.display);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue