changeset 5398 | 83816c8a2b58 |
parent 5306 | cf3cd833dcd3 |
child 5466 | 006883d5fa51 |
1.1 --- a/src/video/SDL_sysvideo.h Thu Feb 24 23:42:58 2011 -0800 1.2 +++ b/src/video/SDL_sysvideo.h Sat Feb 26 10:11:09 2011 -0800 1.3 @@ -76,6 +76,9 @@ 1.4 int w, h; 1.5 Uint32 flags; 1.6 1.7 + /* Stored position and size for windowed mode */ 1.8 + SDL_Rect windowed; 1.9 + 1.10 SDL_DisplayMode fullscreen_mode; 1.11 1.12 SDL_Surface *surface;