# HG changeset patch # User Eli Gottlieb # Date 1275764834 14400 # Node ID 29dcad9c58b30fe2058d584540ab791a13fe8418 # Parent 98197bf0eae4d5b579ae60f7e8f932fd25a99b23 Removed and added back SDL_shape.{c,h} wholesale. Will this get them tracked properly? diff -r 98197bf0eae4 -r 29dcad9c58b3 include/SDL_shape.h --- 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* */ diff -r 98197bf0eae4 -r 29dcad9c58b3 src/video/SDL_shape.c --- a/src/video/SDL_shape.c Sat Jun 05 15:02:26 2010 -0400 +++ b/src/video/SDL_shape.c Sat Jun 05 15:07:14 2010 -0400 @@ -20,6 +20,7 @@ eligottlieb@gmail.com */ #include "SDL_config.h" + #include "SDL.h" #include "SDL_video.h" #include "SDL_sysvideo.h"