comparison src/video/x11/SDL_x11gamma.c @ 2211:9462f4408ecb

Oops, meant PsuedoColor not TrueColor
author Bob Pendleton <bob@pendleton.com>
date Mon, 23 Jul 2007 16:55:38 +0000
parents 1d23870d8c49
children 59a667370c57
comparison
equal deleted inserted replaced
2210:1de324fce4e8 2211:9462f4408ecb
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 #include "../SDL_sysvideo.h" 23 #include "../SDL_sysvideo.h"
24 #include "SDL_x11video.h" 24 #include "SDL_x11video.h"
25 25
26
27 int 26 int
28 X11_SetDisplayGammaRamp(_THIS, Uint16 * ramp) 27 X11_SetDisplayGammaRamp(_THIS, Uint16 * ramp)
29 { 28 {
30 return (-1); 29 return -1;
31 } 30 }
32 31
33 int 32 int
34 X11_GetDisplayGammaRamp(_THIS, Uint16 * ramp) 33 X11_GetDisplayGammaRamp(_THIS, Uint16 * ramp)
35 { 34 {