Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.h @ 1928:861bc36f0ab3
Fixed crash with multiple windows
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 23 Jul 2006 00:19:12 +0000 |
parents | 69217fdd2c0a |
children | 103c6fec2a60 |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Sat Jul 22 23:04:41 2006 +0000 +++ b/src/video/SDL_sysvideo.h Sun Jul 23 00:19:12 2006 +0000 @@ -397,7 +397,7 @@ extern void SDL_AddRenderDriver(int displayIndex, const SDL_RenderDriver * driver); -extern int SDL_RecreateWindow(SDL_Window * window); +extern int SDL_RecreateWindow(SDL_Window * window, Uint32 flags); extern SDL_Window *SDL_GetWindowFromID(SDL_WindowID windowID); extern SDL_VideoDisplay *SDL_GetDisplayFromWindow(SDL_Window * window);