Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11gamma.h Mon Jul 23 18:46:09 2007 +0000 +++ b/src/video/x11/SDL_x11gamma.h Tue Jul 24 18:46:45 2007 +0000 @@ -24,6 +24,9 @@ #ifndef _SDL_x11gamma_h #define _SDL_x11gamma_h +extern void X11_TrackColormap(Display * display, int scrNum, + XStandardColormap * cmap, Visual * visual); + extern int X11_SetDisplayGammaRamp(_THIS, Uint16 * ramp); extern int X11_GetDisplayGammaRamp(_THIS, Uint16 * ramp);