Add no-op session
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.
This commit is contained in:
parent
5ad91ae9da
commit
9a7824b7c3
4 changed files with 143 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef _LIBSEAT_H
|
||||
#define _LIBSEAT_H
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
/*
|
||||
* An opaque struct containing an opened seat, created by libseat_open_seat and
|
||||
* destroyed by libseat_close_seat.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue