Commits on Source (3)
-
This is more portable than libbsd as everything Just Works, even on BSD systems, and is the recommended method of consuming libbsd nowadays. It also helpfully lets things work with glibc-provided functions for new enough glibc. Closes: !973 Co-authored-by:
Guillem Jover <guillem@hadrons.org> Signed-off-by:
Sam James <sam@gentoo.org>
-
Olivier Fourdan authored
If a client tries to send XTEST events while there is no sendEventsProc defined for the given device, Xwayland would call into 0x0 and crash. Make sure the handler is defined before trying to use it, to avoid the crash. Signed-off-by:
Olivier Fourdan <ofourdan@redhat.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Closes: #1574
-
When neither `wayland-info` nor `weston-info` are installed, the `xwayland-piglit.sh` script will wait indefinitely for the compositor to start. Use `Xwayland -pogo` instead to wait until weston is initialized. Closes: xorg/xserver#1536 Reviewed-by:
Michel Dänzer <mdaenzer@redhat.com> Signed-off-by:
José Expósito <jexposit@redhat.com>