Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11gamma.h @ 2213:59a667370c57
make indent
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Tue, 24 Jul 2007 18:46:45 +0000 |
parents | 1d23870d8c49 |
children | e7164a4dac62 |
comparison
equal
deleted
inserted
replaced
2212:fdadda42d4d4 | 2213:59a667370c57 |
---|---|
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 void X11_TrackColormap(Display * display, int scrNum, | |
28 XStandardColormap * cmap, Visual * visual); | |
29 | |
27 extern int X11_SetDisplayGammaRamp(_THIS, Uint16 * ramp); | 30 extern int X11_SetDisplayGammaRamp(_THIS, Uint16 * ramp); |
28 extern int X11_GetDisplayGammaRamp(_THIS, Uint16 * ramp); | 31 extern int X11_GetDisplayGammaRamp(_THIS, Uint16 * ramp); |
29 | 32 |
30 #endif | 33 #endif |