changeset 1545 | 8d9bb0cf2c2a |
parent 1505 | 4d005dfbb7f5 |
child 1654 | 0a53c90a37f9 |
child 1736 | 3b2a92126f4d |
--- a/include/SDL_video.h Wed Mar 15 15:47:49 2006 +0000 +++ b/include/SDL_video.h Wed Mar 15 17:46:41 2006 +0000 @@ -161,6 +161,8 @@ Uint32 UnusedBits3 :16; Uint32 video_mem; /* The total amount of video memory (in K) */ SDL_PixelFormat *vfmt; /* Value: The format of the video surface */ + int current_w; /* Value: The current video mode width */ + int current_h; /* Value: The current video mode height */ } SDL_VideoInfo;