Fixed accidental line deletion.
This commit is contained in:
parent
45e584dd37
commit
4952e5686b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue