Commit f5569d20 authored by Sam Lantinga's avatar Sam Lantinga

Don't free the surface since the application might be still using it.

parent 60296780
...@@ -81,6 +81,7 @@ struct SDL_Window ...@@ -81,6 +81,7 @@ struct SDL_Window
SDL_DisplayMode fullscreen_mode; SDL_DisplayMode fullscreen_mode;
SDL_Surface *surface; SDL_Surface *surface;
SDL_bool surface_valid;
SDL_WindowShaper *shaper; SDL_WindowShaper *shaper;
......
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