mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host/client] kvmfr: request activation based on guest state
This commit is contained in:

committed by
Geoffrey McRae

parent
30c57f411d
commit
fd28d0604e
@@ -276,6 +276,7 @@ static bool sendFrame(void)
|
||||
fi->pitch = frame.pitch;
|
||||
fi->offset = app.pageSize - FrameBufferStructSize;
|
||||
fi->blockScreensaver = os_blockScreensaver();
|
||||
fi->requestActivation = true; // TODO
|
||||
app.frameValid = true;
|
||||
|
||||
fi->damageRectsCount = frame.damageRectsCount;
|
||||
|
Reference in New Issue
Block a user