Commit 4952e568 authored by Sam Lantinga's avatar Sam Lantinga

Fixed accidental line deletion.

parent 45e584dd
...@@ -345,6 +345,7 @@ WIN_SetWindowPosition(_THIS, SDL_Window * window) ...@@ -345,6 +345,7 @@ WIN_SetWindowPosition(_THIS, SDL_Window * window)
SDL_VideoDisplay *display = SDL_GetDisplayForWindow(window); SDL_VideoDisplay *display = SDL_GetDisplayForWindow(window);
HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd; HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd;
RECT rect; RECT rect;
SDL_Rect bounds;
DWORD style; DWORD style;
HWND top; HWND top;
BOOL menu; BOOL menu;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment