wlroots-hyprland/xwayland
Tudor Brindus 10a2d57055 xwayland/selection: explicitly bail if first write to Wayland fd fails
If `xwm_data_source_write` failed, it's failed permanently. In fact, a
failing `xwm_data_source_write` sets `transfer->property_reply` to
null as part of its error handling.

Instead of relying on an indirect check (whether
`transfer->property_reply` is still non-null), explicitly use the return
value from `xwm_data_source_write`.
2021-01-29 10:18:03 +01:00
..
selection xwayland/selection: explicitly bail if first write to Wayland fd fails 2021-01-29 10:18:03 +01:00
meson.build xwayland: split server 2020-05-19 22:07:47 +02:00
server.c xwayland: avoid crash on repeated server_finish_display() call 2020-12-19 10:39:31 +01: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 Free xwayland cursor in wlr_xwayland_destroy 2021-01-17 12:28:55 +01:00
xwm.c xwayland: fix extraneous NET_WM_STATE log messages 2021-01-28 12:03:50 +01:00