comparison include/SDL_shape.h @ 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 90576a84d30d
children 9838d3525a1b
comparison
equal deleted inserted replaced
4775:98197bf0eae4 4776:29dcad9c58b3
60 extern DECLSPEC SDL_Window * SDLCALL SDL_CreateShapedWindow(const char *title,unsigned int x,unsigned int y,unsigned int w,unsigned int h,Uint32 flags); 60 extern DECLSPEC SDL_Window * SDLCALL SDL_CreateShapedWindow(const char *title,unsigned int x,unsigned int y,unsigned int w,unsigned int h,Uint32 flags);
61 61
62 extern DECLSPEC SDL_bool SDLCALL SDL_WindowIsShaped(const SDL_Window *window); 62 extern DECLSPEC SDL_bool SDLCALL SDL_WindowIsShaped(const SDL_Window *window);
63 extern DECLSPEC int SDLCALL SDL_SelectShapeRenderer(const SDL_Window *window); 63 extern DECLSPEC int SDLCALL SDL_SelectShapeRenderer(const SDL_Window *window);
64 64
65
66 /* Ends C function definitions when using C++ */ 65 /* Ends C function definitions when using C++ */
67 #ifdef __cplusplus 66 #ifdef __cplusplus
68 /* *INDENT-OFF* */ 67 /* *INDENT-OFF* */
69 } 68 }
70 /* *INDENT-ON* */ 69 /* *INDENT-ON* */