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

committed by
Geoffrey McRae

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