Mercurial > sdl-ios-xcode
comparison include/SDL_shape.h @ 4774:90576a84d30d
Updated SDL_shape.h by adding a line break... somehow it's not being tracked correctly.`
author | Eli Gottlieb <eligottlieb@gmail.com> |
---|---|
date | Sat, 05 Jun 2010 15:01:40 -0400 |
parents | 83f9b95da263 |
children | 29dcad9c58b3 |
comparison
equal
deleted
inserted
replaced
4773:590e680cc4e4 | 4774:90576a84d30d |
---|---|
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 | |
65 /* Ends C function definitions when using C++ */ | 66 /* Ends C function definitions when using C++ */ |
66 #ifdef __cplusplus | 67 #ifdef __cplusplus |
67 /* *INDENT-OFF* */ | 68 /* *INDENT-OFF* */ |
68 } | 69 } |
69 /* *INDENT-ON* */ | 70 /* *INDENT-ON* */ |