diff 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
line wrap: on
line diff
--- a/include/SDL_video.h	Thu Jul 06 07:17:11 2006 +0000
+++ b/include/SDL_video.h	Fri Jul 07 08:05:39 2006 +0000
@@ -75,6 +75,7 @@
     int w;                      /**< width */
     int h;                      /**< height */
     int refresh_rate;           /**< refresh rate (or zero for unspecified) */
+    void *driverdata;           /**< driver-specific data, initialize to 0 */
 } SDL_DisplayMode;
 
 /**