render: alignment

This commit is contained in:
Daniel Eklöf 2019-06-29 20:50:21 +02:00
parent b59b03fd07
commit 23a133a64a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

4
main.c
View file

@ -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);