wlroots/xwayland
Dominique Martinet 871646d225 Double-fork for xwayland execution
The intermediate fork needs to wait for SIGUSR1 for when Xserver is
ready, or SIGCHLD if the exec didn't work out.

Also change the exit() to _exit() as that is apparently more appropriate
for forks (and waitpid's status was wrong without it for some reason)

Fixes #122.
2017-08-27 21:41:08 +02:00
..
meson.build xwm: fix minimal init, this gets us some events on window creations 2017-08-23 22:03:49 +02:00
sockets.c xwayland: fix some shutdown cases 2017-08-24 07:51:24 +02:00
sockets.h xwayland: move & split internal header file 2017-08-23 22:03:49 +02:00
xwayland.c Double-fork for xwayland execution 2017-08-27 21:41:08 +02:00
xwm.c Remove __PRETTY_FUNCTION__ 2017-08-26 22:43:42 +12:00
xwm.h example compositor: loop through xwayland surfaces 2017-08-23 22:03:49 +02:00