diff src/video/SDL_sysvideo.h @ 4810:7a602fd2121f

OK, it appears that dramatic hacks are not necessary to make Cocoa work...
author Eli Gottlieb <eligottlieb@gmail.com>
date Mon, 26 Jul 2010 20:41:45 -0400
parents 329708ffe2a7
children 0b918c186938
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Mon Jul 26 17:27:04 2010 -0400
+++ b/src/video/SDL_sysvideo.h	Mon Jul 26 20:41:45 2010 -0400
@@ -156,7 +156,6 @@
 /* Define the SDL shape driver structure */
 struct SDL_ShapeDriver
 {
-    SDL_Window *(*CreateShapedWindow)(const char *title,unsigned int x,unsigned int y,unsigned int w,unsigned int h,Uint32 flags);
     SDL_WindowShaper *(*CreateShaper)(SDL_Window * window);
     int (*SetWindowShape)(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shapeMode);
     int (*ResizeWindowShape)(SDL_Window *window);