Age | Commit message (Collapse) | Author |
|
|
|
|
|
wlr_cursor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is for the implementation of another type that should be called wlr_cursor.
|
|
|
|
Fix surface buffer uploading
|
|
|
|
|
|
|
|
An output layout consists of a mapping of outputs to their position in a global
coordinate system that usually cooresponds to the output position in physical
space in front of the user.
Add an example that allows configuration of an output layout and demonstrates
its boundaries with a bouncing image.
|
|
|
|
wlr_seat
|
|
|
|
|
|
Closes #72 and #96.
|