Mercurial > sdl-ios-xcode
comparison src/video/pandora/SDL_pandora.h @ 5152:be02be2ea897
Making the API simpler, removed support for palettized video modes and textures.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 01 Feb 2011 21:23:43 -0800 |
parents | 11cedc036ca1 |
children | 3a8a452b49f0 |
comparison
equal
deleted
inserted
replaced
5151:5429daf5e3f9 | 5152:be02be2ea897 |
---|---|
68 /* Display and window functions */ | 68 /* Display and window functions */ |
69 int PND_videoinit(_THIS); | 69 int PND_videoinit(_THIS); |
70 void PND_videoquit(_THIS); | 70 void PND_videoquit(_THIS); |
71 void PND_getdisplaymodes(_THIS, SDL_VideoDisplay * display); | 71 void PND_getdisplaymodes(_THIS, SDL_VideoDisplay * display); |
72 int PND_setdisplaymode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode); | 72 int PND_setdisplaymode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode); |
73 int PND_setdisplaypalette(_THIS, SDL_Palette * palette); | |
74 int PND_getdisplaypalette(_THIS, SDL_Palette * palette); | |
75 int PND_setdisplaygammaramp(_THIS, Uint16 * ramp); | 73 int PND_setdisplaygammaramp(_THIS, Uint16 * ramp); |
76 int PND_getdisplaygammaramp(_THIS, Uint16 * ramp); | 74 int PND_getdisplaygammaramp(_THIS, Uint16 * ramp); |
77 int PND_createwindow(_THIS, SDL_Window * window); | 75 int PND_createwindow(_THIS, SDL_Window * window); |
78 int PND_createwindowfrom(_THIS, SDL_Window * window, const void *data); | 76 int PND_createwindowfrom(_THIS, SDL_Window * window, const void *data); |
79 void PND_setwindowtitle(_THIS, SDL_Window * window); | 77 void PND_setwindowtitle(_THIS, SDL_Window * window); |