Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Reformat meson build files
|
|
Use tabs for indentation and break up function calls over 80 col.
|
|
wlr_cursor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Xwayland double fork & leak fix
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Session Multi-GPU
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is pointlessly non-portable and completely equivilent to __func__
in C.
|
|
|
|
|
|
|
|
Xwayland
|