Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/src/video/xbios/SDL_xbios.h Thu Jun 14 06:32:36 2007 +0000 +++ b/src/video/xbios/SDL_xbios.h Thu Jun 14 13:21:29 2007 +0000 @@ -29,12 +29,12 @@ typedef struct SDL_VideoData { - long cookie_vdo; /* _VDO cookie */ + long cookie_vdo; /* _VDO cookie */ - Uint16 old_modecode; /* Current video mode */ - void *old_vbase; /* Current pointer to video RAM */ - int old_numcol; /* Number of colors in saved palette */ - Uint32 old_palette[256]; /* Buffer to save current palette */ + Uint16 old_modecode; /* Current video mode */ + void *old_vbase; /* Current pointer to video RAM */ + int old_numcol; /* Number of colors in saved palette */ + Uint32 old_palette[256]; /* Buffer to save current palette */ #if 0 int old_video_mode; /* Old video mode before entering SDL */