Mercurial > sdl-ios-xcode
comparison include/SDL_compat.h @ 1912:8d384b647307
Setting up the OpenGL support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 16 Jul 2006 09:34:01 +0000 |
parents | c121d94672cb |
children | 83946ee0ff1f |
comparison
equal
deleted
inserted
replaced
1911:7577fd11cee4 | 1912:8d384b647307 |
---|---|
170 extern DECLSPEC void SDLCALL SDL_UnlockYUVOverlay(SDL_Overlay * overlay); | 170 extern DECLSPEC void SDLCALL SDL_UnlockYUVOverlay(SDL_Overlay * overlay); |
171 extern DECLSPEC int SDLCALL SDL_DisplayYUVOverlay(SDL_Overlay * overlay, | 171 extern DECLSPEC int SDLCALL SDL_DisplayYUVOverlay(SDL_Overlay * overlay, |
172 SDL_Rect * dstrect); | 172 SDL_Rect * dstrect); |
173 extern DECLSPEC void SDLCALL SDL_FreeYUVOverlay(SDL_Overlay * overlay); | 173 extern DECLSPEC void SDLCALL SDL_FreeYUVOverlay(SDL_Overlay * overlay); |
174 extern DECLSPEC int SDLCALL SDL_GL_GetAttribute(SDL_GLattr attr, int *value); | 174 extern DECLSPEC int SDLCALL SDL_GL_GetAttribute(SDL_GLattr attr, int *value); |
175 extern DECLSPEC void SDLCALL SDL_GL_SwapBuffers(void); | |
175 | 176 |
176 /* Ends C function definitions when using C++ */ | 177 /* Ends C function definitions when using C++ */ |
177 #ifdef __cplusplus | 178 #ifdef __cplusplus |
178 /* *INDENT-OFF* */ | 179 /* *INDENT-OFF* */ |
179 } | 180 } |