1.1 --- a/src/video/cocoa/SDL_cocoashape.h Sat May 18 12:48:50 2013 -0700
1.2 +++ b/src/video/cocoa/SDL_cocoashape.h Sat May 18 14:17:52 2013 -0700
1.3 @@ -30,10 +30,10 @@
1.4 #include "../SDL_shape_internals.h"
1.5
1.6 typedef struct {
1.7 - NSGraphicsContext* context;
1.8 - SDL_bool saved;
1.9 -
1.10 - SDL_ShapeTree* shape;
1.11 + NSGraphicsContext* context;
1.12 + SDL_bool saved;
1.13 +
1.14 + SDL_ShapeTree* shape;
1.15 } SDL_ShapeData;
1.16
1.17 extern SDL_WindowShaper* Cocoa_CreateShaper(SDL_Window* window);