mirror of
https://github.com/yawut/SDL.git
synced 2026-09-14 12:06:26 -05:00
Don't free the surface since the application might be still using it.
This commit is contained in:
@@ -81,6 +81,7 @@ struct SDL_Window
|
||||
SDL_DisplayMode fullscreen_mode;
|
||||
|
||||
SDL_Surface *surface;
|
||||
SDL_bool surface_valid;
|
||||
|
||||
SDL_WindowShaper *shaper;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user