1.1 --- a/src/video/cocoa/SDL_cocoashape.h Mon Aug 16 10:48:54 2010 -0400
1.2 +++ b/src/video/cocoa/SDL_cocoashape.h Mon Aug 16 14:01:00 2010 -0400
1.3 @@ -38,7 +38,7 @@
1.4 } SDL_ShapeData;
1.5
1.6 extern SDL_WindowShaper* Cocoa_CreateShaper(SDL_Window* window);
1.7 -extern int Cocoa_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shapeMode);
1.8 +extern int Cocoa_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);
1.9 extern int Cocoa_ResizeWindowShape(SDL_Window *window);
1.10
1.11 #endif