Create stub GetForegroundWindow function for Xbox
This commit is contained in:
parent
abbd39fc6e
commit
b5830de236
|
@ -735,6 +735,11 @@ static HANDLE GetFocus(void)
|
|||
return main_window.hwnd;
|
||||
}
|
||||
|
||||
static HWND GetForegroundWindow(void)
|
||||
{
|
||||
return main_window.hwnd;
|
||||
}
|
||||
|
||||
BOOL IsIconic(HWND hwnd)
|
||||
{
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in New Issue