mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-29 04:21:03 +08:00
Fix tabs -> spaces
This commit is contained in:
@@ -478,8 +478,8 @@ WIN_HideWindow(_THIS, SDL_Window * window)
|
|||||||
void
|
void
|
||||||
WIN_RaiseWindow(_THIS, SDL_Window * window)
|
WIN_RaiseWindow(_THIS, SDL_Window * window)
|
||||||
{
|
{
|
||||||
HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd;
|
HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd;
|
||||||
SetForegroundWindow(hwnd);
|
SetForegroundWindow(hwnd);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user