wlroots-hyprland/backend
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
..
drm backend/drm: don't modeset with a NULL mode after TTY switch 2019-12-30 14:32:37 -07:00
headless output: re-introduce atomic mode, enabled, scale and transform 2019-12-30 11:21:11 -07:00
libinput meson: Various improvements 2019-12-23 07:48:29 -05:00
multi meson: Various improvements 2019-12-23 07:48:29 -05:00
noop output: re-introduce atomic mode, enabled, scale and transform 2019-12-30 11:21:11 -07:00
rdp output: re-introduce atomic mode, enabled, scale and transform 2019-12-30 11:21:11 -07:00
session meson: Various improvements 2019-12-23 07:48:29 -05:00
wayland backend/wayland: handle display errors more gracefully 2020-01-09 07:48:30 -07:00
x11 output: re-introduce atomic mode, enabled, scale and transform 2019-12-30 11:21:11 -07:00
backend.c Allow WLR_RDP_PORT to be any valid TCP/UDP port number 2020-01-08 10:29:52 +01:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00