[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

@@ -166,7 +166,7 @@ static bool waylandInit(const LG_DSInitParams params)
if (!waylandCursorInit())
return false;
if (!waylandInputInit())
if (!waylandInputInit(params.allowNoInput))
return false;
wlWm.desktop->setSize(params.w, params.h);