Fix a statement.
This commit is contained in:
parent
8711be8845
commit
91b206f61d
|
@ -88,7 +88,7 @@ static HWND Gui_SetActiveWindow(HWND hWnd);
|
|||
|
||||
static BOOL Gui_BringWindowToTop(HWND hWnd);
|
||||
|
||||
static BOOL Gui_SwitchToThisWindow(HWND hWnd, BOOL fAlt);
|
||||
static void Gui_SwitchToThisWindow(HWND hWnd, BOOL fAlt);
|
||||
|
||||
static LONG Gui_ChangeDisplaySettingsExA(
|
||||
void *lpszDeviceName, void *lpDevMode, HWND hwnd,
|
||||
|
|
Loading…
Reference in New Issue