Mercurial > sdl-ios-xcode
comparison include/SDL_compat.h @ 1713:3e66ed1690e4 SDL-1.3
Whoops, forgot to indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 26 Jun 2006 14:29:50 +0000 |
parents | 931d111e737a |
children | 6ab5e712e642 |
comparison
equal
deleted
inserted
replaced
1712:931d111e737a | 1713:3e66ed1690e4 |
---|---|
151 const SDL_Color * colors, | 151 const SDL_Color * colors, |
152 int firstcolor, int ncolors); | 152 int firstcolor, int ncolors); |
153 extern DECLSPEC int SDLCALL SDL_SetColors(SDL_Surface * surface, | 153 extern DECLSPEC int SDLCALL SDL_SetColors(SDL_Surface * surface, |
154 const SDL_Color * colors, | 154 const SDL_Color * colors, |
155 int firstcolor, int ncolors); | 155 int firstcolor, int ncolors); |
156 extern DECLSPEC int SDLCALL SDL_GetWMInfo(struct SDL_SysWMinfo * info); | 156 extern DECLSPEC int SDLCALL SDL_GetWMInfo(struct SDL_SysWMinfo *info); |
157 extern DECLSPEC Uint8 SDLCALL SDL_GetAppState(void); | 157 extern DECLSPEC Uint8 SDLCALL SDL_GetAppState(void); |
158 extern DECLSPEC void SDLCALL SDL_WarpMouse(Uint16 x, Uint16 y); | 158 extern DECLSPEC void SDLCALL SDL_WarpMouse(Uint16 x, Uint16 y); |
159 extern DECLSPEC SDL_Overlay *SDLCALL SDL_CreateYUVOverlay(int width, | 159 extern DECLSPEC SDL_Overlay *SDLCALL SDL_CreateYUVOverlay(int width, |
160 int height, | 160 int height, |
161 Uint32 format, | 161 Uint32 format, |