diff src/video/dummy/SDL_nullvideo.h @ 1712:931d111e737a SDL-1.3

Started framework for Windows video driver
author Sam Lantinga <slouken@libsdl.org>
date Mon, 26 Jun 2006 13:56:56 +0000
parents 782fd950bd46
children a1ebb17f9c52
line wrap: on
line diff
--- a/src/video/dummy/SDL_nullvideo.h	Mon Jun 26 05:27:34 2006 +0000
+++ b/src/video/dummy/SDL_nullvideo.h	Mon Jun 26 13:56:56 2006 +0000
@@ -34,9 +34,9 @@
 
 struct SDL_PrivateVideoData
 {
-    int w, h;
-    void *buffer;
+    int unused;
 };
 
 #endif /* _SDL_nullvideo_h */
+
 /* vi: set ts=4 sw=4 expandtab: */