Mercurial > sdl-ios-xcode
comparison src/video/dummy/SDL_nullvideo.h @ 1895:c121d94672cb
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 10 Jul 2006 21:04:37 +0000 |
parents | d910939febfa |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
1894:c69cee13dd76 | 1895:c121d94672cb |
---|---|
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 */ | 29 #endif /* _SDL_nullvideo_h */ |
30 #define _THIS SDL_VideoDevice *this | |
31 | 30 |
32 | 31 /* vi: set ts=4 sw=4 expandtab: */ |
33 /* Private display data */ | |
34 | |
35 struct SDL_PrivateVideoData { | |
36 int w, h; | |
37 void *buffer; | |
38 }; | |
39 | |
40 #endif /* _SDL_nullvideo_h */ |