comparison src/video/dummy/SDL_nullvideo.h @ 1720:a1ebb17f9c52 SDL-1.3

Cleaned up a bunch of warnings, started adding Win32 event support
author Sam Lantinga <slouken@libsdl.org>
date Fri, 30 Jun 2006 05:42:49 +0000
parents 931d111e737a
children
comparison
equal deleted inserted replaced
1719:5b9f50c957ed 1720:a1ebb17f9c52
24 #ifndef _SDL_nullvideo_h 24 #ifndef _SDL_nullvideo_h
25 #define _SDL_nullvideo_h 25 #define _SDL_nullvideo_h
26 26
27 #include "../SDL_sysvideo.h" 27 #include "../SDL_sysvideo.h"
28 28
29 /* Hidden "this" pointer for the video functions */
30 #define _THIS SDL_VideoDevice *_this
31
32
33 /* Private display data */
34
35 struct SDL_PrivateVideoData
36 {
37 int unused;
38 };
39
40 #endif /* _SDL_nullvideo_h */ 29 #endif /* _SDL_nullvideo_h */
41 30
42 /* vi: set ts=4 sw=4 expandtab: */ 31 /* vi: set ts=4 sw=4 expandtab: */