mirror of
https://github.com/yawut/SDL.git
synced 2026-08-09 12:07:28 -05:00
Fixed accidental line deletion.
This commit is contained in:
parent
e5df196be2
commit
988ae69958
|
|
@ -345,6 +345,7 @@ WIN_SetWindowPosition(_THIS, SDL_Window * window)
|
|||
SDL_VideoDisplay *display = SDL_GetDisplayForWindow(window);
|
||||
HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd;
|
||||
RECT rect;
|
||||
SDL_Rect bounds;
|
||||
DWORD style;
|
||||
HWND top;
|
||||
BOOL menu;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user