[client] wayland: allow seatless operation for github CI testing

This commit is contained in:
Geoffrey McRae
2026-07-30 15:22:37 +10:00
parent 5c5a2f15d8
commit a1fc3d20d3
6 changed files with 28 additions and 5 deletions

View File

@@ -116,6 +116,7 @@ typedef struct LG_DSInitParams
bool borderless;
bool maximize;
bool largeCursorDot;
bool allowNoInput;
// if true the renderer requires an OpenGL context
bool opengl;