# HG changeset patch # User Eli Gottlieb # Date 1275764500 14400 # Node ID 90576a84d30d38f82f8a2c2a2345e74e110b1df0 # Parent 590e680cc4e48eb845f326146e9846ac4852b021 Updated SDL_shape.h by adding a line break... somehow it's not being tracked correctly.` diff -r 590e680cc4e4 -r 90576a84d30d include/SDL_shape.h --- a/include/SDL_shape.h Thu Jun 03 17:21:40 2010 -0400 +++ b/include/SDL_shape.h Sat Jun 05 15:01:40 2010 -0400 @@ -62,6 +62,7 @@ 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* */