# HG changeset patch # User Patrice Mandin # Date 1184266808 0 # Node ID 0fbbaa1f9ed6de184596cd949ad91984d53b201f # Parent 6f7af895ab027e0e9c9707eff38e5262cc3cdcdf Formatting with tabs diff -r 6f7af895ab02 -r 0fbbaa1f9ed6 src/video/gem/SDL_gemvideo.h --- 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 */