wlroots-hyprland/xwayland/selection
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
..
dnd.c Fix incorrect format parameters 2020-07-27 10:49:19 +02:00
incoming.c xwayland/selection: explicitly bail if first write to Wayland fd fails 2021-01-29 10:18:03 +01:00
outgoing.c xwayland/selection: rename Wayland-facing data and helpers 2021-01-25 21:02:55 +01:00
selection.c xwayland/selection: rename Wayland-facing data and helpers 2021-01-25 21:02:55 +01:00