Mercurial > sdl-ios-xcode
comparison src/video/xbios/SDL_xbios.h @ 2120:2c835d58faad
make indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 14 Jun 2007 13:21:29 +0000 |
parents | 790726541708 |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
2119:9341a884a4d9 | 2120:2c835d58faad |
---|---|
27 #include "SDL_stdinc.h" | 27 #include "SDL_stdinc.h" |
28 #include "../SDL_sysvideo.h" | 28 #include "../SDL_sysvideo.h" |
29 | 29 |
30 typedef struct SDL_VideoData | 30 typedef struct SDL_VideoData |
31 { | 31 { |
32 long cookie_vdo; /* _VDO cookie */ | 32 long cookie_vdo; /* _VDO cookie */ |
33 | 33 |
34 Uint16 old_modecode; /* Current video mode */ | 34 Uint16 old_modecode; /* Current video mode */ |
35 void *old_vbase; /* Current pointer to video RAM */ | 35 void *old_vbase; /* Current pointer to video RAM */ |
36 int old_numcol; /* Number of colors in saved palette */ | 36 int old_numcol; /* Number of colors in saved palette */ |
37 Uint32 old_palette[256]; /* Buffer to save current palette */ | 37 Uint32 old_palette[256]; /* Buffer to save current palette */ |
38 | 38 |
39 #if 0 | 39 #if 0 |
40 int old_video_mode; /* Old video mode before entering SDL */ | 40 int old_video_mode; /* Old video mode before entering SDL */ |
41 void *old_video_base; /* Old pointer to screen buffer */ | 41 void *old_video_base; /* Old pointer to screen buffer */ |
42 void *old_palette; /* Old palette */ | 42 void *old_palette; /* Old palette */ |