Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-09 | libseat: Use SOCK_CLOEXEC and SOCK_NONBLOCK | Kenny Levinsen | |
This both simplifies our code and fixes an exec fd leak when using builtin or noop backends. | |||
2021-08-15 | Make libseat_seat_listener const | Simon Ser | |
libseat will never write to that struct. Let's allow callers to make it read-only. | |||
2021-03-26 | Add no-op session | Simon Ser | |
This is useful for headless testing, for instance with VKMS: modprobe vkms export WLR_DRM_DEVICES=/dev/dri/card1 export WLR_BACKENDS=drm export LIBSEAT_BACKEND=noop sway We don't need any of the VT handling in this case. |