Mercurial > sdl-ios-xcode
comparison include/SDL_compat.h @ 1727:90a3e0fccb88 SDL-1.3
Started on the OpenGL API revamp.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 07 Jul 2006 10:29:16 +0000 |
parents | 6c63fc2bd986 |
children |
comparison
equal
deleted
inserted
replaced
1726:18223b2ec68c | 1727:90a3e0fccb88 |
---|---|
169 extern DECLSPEC int SDLCALL SDL_LockYUVOverlay(SDL_Overlay * overlay); | 169 extern DECLSPEC int SDLCALL SDL_LockYUVOverlay(SDL_Overlay * overlay); |
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 | 175 |
175 /* Ends C function definitions when using C++ */ | 176 /* Ends C function definitions when using C++ */ |
176 #ifdef __cplusplus | 177 #ifdef __cplusplus |
177 /* *INDENT-OFF* */ | 178 /* *INDENT-OFF* */ |
178 } | 179 } |