mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[client] main: request WM activation on first frame
This commit is contained in:
parent
969ac4d1d1
commit
9cd8027901
@ -556,6 +556,8 @@ int main_frameThread(void * unused)
|
||||
break;
|
||||
}
|
||||
|
||||
g_state.ds->requestActivation();
|
||||
|
||||
while(g_state.state == APP_STATE_RUNNING && !g_state.stopVideo)
|
||||
{
|
||||
LGMPMessage msg;
|
||||
|
Loading…
Reference in New Issue
Block a user