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
@@ -758,6 +758,9 @@ int main_frameThread(void * unused)
|
||||
break;
|
||||
}
|
||||
|
||||
if (frame->requestActivation)
|
||||
g_state.ds->requestActivation();
|
||||
|
||||
if (g_params.autoScreensaver && g_state.autoIdleInhibitState != frame->blockScreensaver)
|
||||
{
|
||||
if (frame->blockScreensaver)
|
||||
|
Reference in New Issue
Block a user