mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] main: request WM activation on first frame
This commit is contained in:

committed by
Geoffrey McRae

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;
|
||||
|
Reference in New Issue
Block a user