Mercurial > sdl-ios-xcode
changeset 4776:29dcad9c58b3
Removed and added back SDL_shape.{c,h} wholesale. Will this get them tracked properly?
author | Eli Gottlieb <eligottlieb@gmail.com> |
---|---|
date | Sat, 05 Jun 2010 15:07:14 -0400 |
parents | 98197bf0eae4 |
children | 6e03d73054d7 |
files | include/SDL_shape.h src/video/SDL_shape.c |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_shape.h Sat Jun 05 15:02:26 2010 -0400 +++ b/include/SDL_shape.h Sat Jun 05 15:07:14 2010 -0400 @@ -62,7 +62,6 @@ extern DECLSPEC SDL_bool SDLCALL SDL_WindowIsShaped(const SDL_Window *window); extern DECLSPEC int SDLCALL SDL_SelectShapeRenderer(const SDL_Window *window); - /* Ends C function definitions when using C++ */ #ifdef __cplusplus /* *INDENT-OFF* */