Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_win32events.c @ 4788:0bfda420c936
Put in a couple of fixes that I realized hadn't gotten done when I wrote out the SCRUM stuff in TODO. Added SCRUM listings in TODO.
author | Eli Gottlieb <eligottlieb@gmail.com> |
---|---|
date | Fri, 09 Jul 2010 20:24:44 -0400 |
parents | faa9fc8e7f67 |
children | 93402b9dd20c |
line wrap: on
line diff
--- a/src/video/win32/SDL_win32events.c Thu Jul 08 22:52:49 2010 -0400 +++ b/src/video/win32/SDL_win32events.c Fri Jul 09 20:24:44 2010 -0400 @@ -492,6 +492,8 @@ BOOL menu; /* If we allow resizing, let the resize happen naturally */ + if(SDL_IsShapedWindow(data->window)) + SDL_ResizeWindowShape(data->window); if (SDL_GetWindowFlags(data->window) & SDL_WINDOW_RESIZABLE) { returnCode = 0; break;