Skip to content

Commit

Permalink
Formatting with tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Jul 12, 2007
1 parent 65e6046 commit 4786329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/video/gem/SDL_gemvideo.h
Expand Up @@ -49,13 +49,13 @@ void GEM_wind_redraw(_THIS, int winhandle, short *inside);

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 */
Expand Down

0 comments on commit 4786329

Please sign in to comment.