main: setforegroundwindow
This commit is contained in:
parent
20cb55a63e
commit
151873afb1
@ -230,6 +230,8 @@ HRESULT InitWindow(HINSTANCE hInstance, int nCmdShow)
|
|||||||
|
|
||||||
ShowWindow(g_hWnd, nCmdShow);
|
ShowWindow(g_hWnd, nCmdShow);
|
||||||
|
|
||||||
|
SetForegroundWindow(g_hWnd);
|
||||||
|
|
||||||
return S_OK;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user