wlroots-hyprland/backend/wayland
Simon Ser 802ef9da8a backend/wayland: handle display errors more gracefully
Previously, an error on the remote Wayland display would result in an
infinite loop priting:

    2020-01-09 13:39:03 - [wayland] Source dispatch function returned negative value!
    2020-01-09 13:39:03 - [wayland] This would previously accidentally suppress a follow-up dispatch

This happens when the remote compositor disconnects the client because
of a protocol error, for instance.

Handle wl_display_dispatch and wl_display_dispatch_pending returning -1
by terminating the local display and printing an error.
2020-01-09 07:48:30 -07:00
..
backend.c backend/wayland: handle display errors more gracefully 2020-01-09 07:48:30 -07:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00
output.c backend/wayland: listen to wl_buffer.release events 2020-01-09 07:41:50 -07:00
tablet_v2.c Clean up wayland backend tablet support 2019-09-26 19:41:19 +03:00
wl_seat.c Add -Wmissing-prototypes 2019-11-20 02:05:03 +00:00