mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-13 07:50:29 +00:00
[client] main: request WM activation on first frame
This commit is contained in:
parent
969ac4d1d1
commit
9cd8027901
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue