comparison src/video/SDL_sysvideo.h @ 5177:b9cf75615028

Don't free the surface since the application might be still using it.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 04 Feb 2011 12:26:01 -0800
parents 4d39eeaad00b
children 3a8a452b49f0
comparison
equal deleted inserted replaced
5176:ebfedf3787b1 5177:b9cf75615028
79 SDL_VideoDisplay *display; 79 SDL_VideoDisplay *display;
80 80
81 SDL_DisplayMode fullscreen_mode; 81 SDL_DisplayMode fullscreen_mode;
82 82
83 SDL_Surface *surface; 83 SDL_Surface *surface;
84 SDL_bool surface_valid;
84 85
85 SDL_WindowShaper *shaper; 86 SDL_WindowShaper *shaper;
86 87
87 SDL_WindowUserData *data; 88 SDL_WindowUserData *data;
88 89