comparison src/video/x11/SDL_x11gamma_c.h @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children
comparison
equal deleted inserted replaced
1667:1fddae038bc8 1668:4da1ee79c9af
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #ifndef _SDL_x11gamma_h 24 #ifndef _SDL_x11gamma_h
25 #define _SDL_x11gamma_h 25 #define _SDL_x11gamma_h
26 26
27 extern int X11_SetVidModeGamma (_THIS, float red, float green, float blue); 27 extern int X11_SetVidModeGamma(_THIS, float red, float green, float blue);
28 extern int X11_GetVidModeGamma (_THIS, float *red, float *green, float *blue); 28 extern int X11_GetVidModeGamma(_THIS, float *red, float *green, float *blue);
29 extern void X11_SaveVidModeGamma (_THIS); 29 extern void X11_SaveVidModeGamma(_THIS);
30 extern void X11_SwapVidModeGamma (_THIS); 30 extern void X11_SwapVidModeGamma(_THIS);
31 31
32 #endif 32 #endif
33 /* vi: set ts=4 sw=4 expandtab: */ 33 /* vi: set ts=4 sw=4 expandtab: */