mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-13 01:38: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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_state.ds->requestActivation();
|
||||||
|
|
||||||
while(g_state.state == APP_STATE_RUNNING && !g_state.stopVideo)
|
while(g_state.state == APP_STATE_RUNNING && !g_state.stopVideo)
|
||||||
{
|
{
|
||||||
LGMPMessage msg;
|
LGMPMessage msg;
|
||||||
|
Loading…
Reference in New Issue
Block a user