summaryrefslogtreecommitdiff
path: root/mac/libsdl_mavericks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mac/libsdl_mavericks.patch')
-rw-r--r--mac/libsdl_mavericks.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mac/libsdl_mavericks.patch b/mac/libsdl_mavericks.patch
new file mode 100644
index 0000000..bf07703
--- /dev/null
+++ b/mac/libsdl_mavericks.patch
@@ -0,0 +1,11 @@
+--- a/src/video/quartz/SDL_QuartzVideo.h Sat Aug 10 10:54:03 2013 -0700
++++ b/src/video/quartz/SDL_QuartzVideo.h Thu Sep 05 06:38:57 2013 -0700
+@@ -91,7 +91,6 @@
+ CGDirectDisplayID display; /* 0 == main display (only support single display) */
+ const void *mode; /* current mode of the display */
+ const void *save_mode; /* original mode of the display */
+- CGDirectPaletteRef palette; /* palette of an 8-bit display */
+ NSOpenGLContext *gl_context; /* OpenGL rendering context */
+ NSGraphicsContext *nsgfx_context; /* Cocoa graphics context */
+ Uint32 width, height, bpp; /* frequently used data about the display */
+