wlroots/xwayland
Tudor Brindus ab80ad902e xwayland: using %m in `wlr_log` is broken, use `wlr_log_errno` instead
This one was awful to track down, but calls to `wlr_log` with %m have
the errno masked by the `isatty` call in `log_stderr`. Switch them to
`wlr_log_errno` instead.

Cue quality "how can read(2) POSSIBLY be returning ENOTTY?" moments.
2020-10-11 06:36:23 +02:00
..
selection xwayland: using %m in `wlr_log` is broken, use `wlr_log_errno` instead 2020-10-11 06:36:23 +02:00
meson.build xwayland: split server 2020-05-19 22:07:47 +02:00
server.c xwayland: disconnect display destroy listener even if xwayland didn't initialize 2020-09-04 17:55:23 +02:00
sockets.c meson: enable more compiler warnings 2019-03-01 09:20:23 +01:00
sockets.h xwayland: remove remaining SOCK_CLOEXEC 2019-02-20 17:04:00 +01:00
xwayland.c xwayland: free server in error path 2020-07-27 10:49:19 +02:00
xwm.c xwm: add loop detection for read_surface_parent 2020-10-08 19:32:58 +02:00