Mercurial > sdl-ios-xcode
changeset 4057:0fbbaa1f9ed6 SDL-1.2
Formatting with tabs
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Thu, 12 Jul 2007 19:00:08 +0000 |
parents | 6f7af895ab02 |
children | eede31c0ca20 |
files | src/video/gem/SDL_gemvideo.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/gem/SDL_gemvideo.h Thu Jul 12 08:05:19 2007 +0000 +++ b/src/video/gem/SDL_gemvideo.h Thu Jul 12 19:00:08 2007 +0000 @@ -49,13 +49,13 @@ struct SDL_PrivateVideoData { Uint16 buf2scr_ops; /* Operations to get buffer to screen */ - void *buffer1; /* Our shadow buffers */ + void *buffer1; /* Our shadow buffers */ void *buffer2; /* VDI infos */ short vdi_handle; /* VDI handle */ short full_w, full_h; /* Fullscreen size */ - short bpp; /* Colour depth */ + short bpp; /* Colour depth */ short pixelsize; /* Bytes per pixel */ short old_numcolors; /* Number of colors in saved palette */ Uint16 pitch; /* Line length */