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:
@@ -342,6 +342,12 @@ bool waylandCBInit(void)
|
||||
{
|
||||
memset(&wlCb, 0, sizeof(wlCb));
|
||||
|
||||
if (!wlWm.seat)
|
||||
{
|
||||
DEBUG_WARN("Clipboard unavailable without wl_seat");
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!wlWm.dataDeviceManager)
|
||||
{
|
||||
DEBUG_ERROR("Missing wl_data_device_manager interface (version 3+)");
|
||||
|
||||
Reference in New Issue
Block a user