From 3b756237088456f12a3585ebf9a3eeace86f3f5e Mon Sep 17 00:00:00 2001 From: Eli Gottlieb Date: Sat, 5 Jun 2010 15:07:14 -0400 Subject: [PATCH] Removed and added back SDL_shape.{c,h} wholesale. Will this get them tracked properly? --- include/SDL_shape.h | 1 - src/video/SDL_shape.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_shape.h b/include/SDL_shape.h index e6a44f683..4d032ae0f 100644 --- a/include/SDL_shape.h +++ b/include/SDL_shape.h @@ -62,7 +62,6 @@ extern DECLSPEC SDL_Window * SDLCALL SDL_CreateShapedWindow(const char *title,un 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 --git a/src/video/SDL_shape.c b/src/video/SDL_shape.c index 154ea4871..6df038dca 100644 --- a/src/video/SDL_shape.c +++ b/src/video/SDL_shape.c @@ -20,6 +20,7 @@ eligottlieb@gmail.com */ #include "SDL_config.h" + #include "SDL.h" #include "SDL_video.h" #include "SDL_sysvideo.h"