mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-02 05:12:02 +00:00
[client] wayland: allow seatless operation for github CI testing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user