wlroots-hyprland/backend
Tobias Blass 482fc48c74 FIX: Suprocess loops endlessly when the control socket closes.
recvmsg(3) returns 0 if the connection partner has shut down its socket.
The communicate function considered 0 a successful message, though, and
keeps calling recvmsg(3) again and again.
2018-06-20 22:00:45 +02:00
..
drm Only allow one modifier per DMA-BUF, split attributes struct in render/ 2018-05-30 09:29:12 +01:00
headless backends: implement custom EGL and renderer initialization 2018-05-25 14:56:52 +03:00
libinput Multiseat fixes 2018-06-14 20:46:16 +12:00
multi backend/multi: disallow multiple renderers at the same time 2018-05-19 09:09:03 +01:00
session FIX: Suprocess loops endlessly when the control socket closes. 2018-06-20 22:00:45 +02:00
wayland backend/wayland: fix keyboard keys not pressed/released when focus changes 2018-06-03 13:18:57 +01:00
x11 backends: implement custom EGL and renderer initialization 2018-05-25 14:56:52 +03:00
backend.c backends: implement custom EGL and renderer initialization 2018-05-25 14:56:52 +03:00
meson.build backend/x11: refactor, prepare support for multiple outputs 2018-03-30 23:51:16 -04:00