Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed accidental line deletion.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 16, 2011
1 parent 2810737 commit acd10b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/windows/SDL_windowswindow.c
Expand Up @@ -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;
Expand Down

0 comments on commit acd10b9

Please sign in to comment.