Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed and added back SDL_shape.{c,h} wholesale. Will this get them …
Browse files Browse the repository at this point in the history
…tracked properly?
  • Loading branch information
Eli Gottlieb committed Jun 5, 2010
1 parent e9f5ae4 commit 6803df9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion include/SDL_shape.h
Expand Up @@ -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* */
Expand Down
1 change: 1 addition & 0 deletions src/video/SDL_shape.c
Expand Up @@ -20,6 +20,7 @@
eligottlieb@gmail.com
*/
#include "SDL_config.h"

#include "SDL.h"
#include "SDL_video.h"
#include "SDL_sysvideo.h"
Expand Down

0 comments on commit 6803df9

Please sign in to comment.