Mercurial > sdl-ios-xcode
comparison src/video/pandora/SDL_pandora.h @ 5281:15a71bec4a55
merged
author | Eric Wing <ewing . public |-at-| gmail . com> |
---|---|
date | Sat, 12 Feb 2011 19:16:09 -0800 |
parents | b530ef003506 |
children |
comparison
equal
deleted
inserted
replaced
5219:adfcdd311ae0 | 5281:15a71bec4a55 |
---|---|
1 /* | 1 /* |
2 SDL - Simple DirectMedia Layer | 2 SDL - Simple DirectMedia Layer |
3 Copyright (C) 1997-2010 Sam Lantinga | 3 Copyright (C) 1997-2011 Sam Lantinga |
4 | 4 |
5 This library is free software; you can redistribute it and/or | 5 This library is free software; you can redistribute it and/or |
6 modify it under the terms of the GNU Lesser General Public | 6 modify it under the terms of the GNU Lesser General Public |
7 License as published by the Free Software Foundation; either | 7 License as published by the Free Software Foundation; either |
8 version 2.1 of the License, or (at your option) any later version. | 8 version 2.1 of the License, or (at your option) any later version. |
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_setdisplaygammaramp(_THIS, Uint16 * ramp); | |
74 int PND_getdisplaygammaramp(_THIS, Uint16 * ramp); | |
75 int PND_createwindow(_THIS, SDL_Window * window); | 73 int PND_createwindow(_THIS, SDL_Window * window); |
76 int PND_createwindowfrom(_THIS, SDL_Window * window, const void *data); | 74 int PND_createwindowfrom(_THIS, SDL_Window * window, const void *data); |
77 void PND_setwindowtitle(_THIS, SDL_Window * window); | 75 void PND_setwindowtitle(_THIS, SDL_Window * window); |
78 void PND_setwindowicon(_THIS, SDL_Window * window, SDL_Surface * icon); | 76 void PND_setwindowicon(_THIS, SDL_Window * window, SDL_Surface * icon); |
79 void PND_setwindowposition(_THIS, SDL_Window * window); | 77 void PND_setwindowposition(_THIS, SDL_Window * window); |