Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Better fix for bug 2085 - SDL 1.2.15 fails to build on OSX 10.9 Maver…
…icks, thanks Ozkan!
  • Loading branch information
slouken committed Sep 7, 2013
1 parent 1903932 commit 7933032
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/video/quartz/SDL_QuartzVideo.h
Expand Up @@ -91,6 +91,9 @@ typedef struct SDL_PrivateVideoData {
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 */
#if (MAC_OS_X_VERSION_MIN_REQUIRED < 1070)
CGDirectPaletteRef palette; /* palette of an 8-bit display */
#endif
NSOpenGLContext *gl_context; /* OpenGL rendering context */
NSGraphicsContext *nsgfx_context; /* Cocoa graphics context */
Uint32 width, height, bpp; /* frequently used data about the display */
Expand Down

0 comments on commit 7933032

Please sign in to comment.