comparison 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
comparison
equal deleted inserted replaced
1711:865ba39fc96d 1712:931d111e737a
32 32
33 /* Private display data */ 33 /* Private display data */
34 34
35 struct SDL_PrivateVideoData 35 struct SDL_PrivateVideoData
36 { 36 {
37 int w, h; 37 int unused;
38 void *buffer;
39 }; 38 };
40 39
41 #endif /* _SDL_nullvideo_h */ 40 #endif /* _SDL_nullvideo_h */
41
42 /* vi: set ts=4 sw=4 expandtab: */ 42 /* vi: set ts=4 sw=4 expandtab: */