comparison include/SDL_video.h @ 1725:98a3207ddde8 SDL-1.3

Implemented Win32 video mode support
author Sam Lantinga <slouken@libsdl.org>
date Fri, 07 Jul 2006 08:05:39 +0000
parents 6c63fc2bd986
children 90a3e0fccb88
comparison
equal deleted inserted replaced
1724:6c63fc2bd986 1725:98a3207ddde8
73 { 73 {
74 Uint32 format; /**< pixel format */ 74 Uint32 format; /**< pixel format */
75 int w; /**< width */ 75 int w; /**< width */
76 int h; /**< height */ 76 int h; /**< height */
77 int refresh_rate; /**< refresh rate (or zero for unspecified) */ 77 int refresh_rate; /**< refresh rate (or zero for unspecified) */
78 void *driverdata; /**< driver-specific data, initialize to 0 */
78 } SDL_DisplayMode; 79 } SDL_DisplayMode;
79 80
80 /** 81 /**
81 * \typedef SDL_WindowID 82 * \typedef SDL_WindowID
82 * 83 *