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

committed by
Geoffrey McRae

parent
30c57f411d
commit
fd28d0604e
@@ -139,6 +139,7 @@ typedef struct KVMFRFrame
|
||||
uint32_t damageRectsCount; // the number of damage rectangles (zero for full-frame damage)
|
||||
FrameDamageRect damageRects[KVMFR_MAX_DAMAGE_RECTS];
|
||||
bool blockScreensaver; // whether the guest has requested to block screensavers
|
||||
bool requestActivation; // whether the guest has requested activation since the last frame
|
||||
}
|
||||
KVMFRFrame;
|
||||
|
||||
|
Reference in New Issue
Block a user