Mercurial > sdl-ios-xcode
diff src/video/pandora/SDL_pandora.h @ 5248:3a8a452b49f0
Removed gamma support since it wasn't widely used and not well supported.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 10 Feb 2011 11:39:08 -0800 |
parents | be02be2ea897 |
children | b530ef003506 |
line wrap: on
line diff
--- a/src/video/pandora/SDL_pandora.h Thu Feb 10 10:37:35 2011 -0800 +++ b/src/video/pandora/SDL_pandora.h Thu Feb 10 11:39:08 2011 -0800 @@ -70,8 +70,6 @@ void PND_videoquit(_THIS); void PND_getdisplaymodes(_THIS, SDL_VideoDisplay * display); int PND_setdisplaymode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode); -int PND_setdisplaygammaramp(_THIS, Uint16 * ramp); -int PND_getdisplaygammaramp(_THIS, Uint16 * ramp); int PND_createwindow(_THIS, SDL_Window * window); int PND_createwindowfrom(_THIS, SDL_Window * window, const void *data); void PND_setwindowtitle(_THIS, SDL_Window * window);