# HG changeset patch # User Sam Lantinga # Date 1085698650 0 # Node ID c3c8739f7844c2418cc345a74b4778b89ec8730a # Parent 5daa782c6d5808ac3b44477898d8ab6d8f1d12cb *** empty log message *** diff -r 5daa782c6d58 -r c3c8739f7844 src/video/quartz/SDL_QuartzGL.m --- a/src/video/quartz/SDL_QuartzGL.m Thu May 20 10:05:59 2004 +0000 +++ b/src/video/quartz/SDL_QuartzGL.m Thu May 27 22:57:30 2004 +0000 @@ -102,6 +102,8 @@ if ( this->gl_config.multisamplesamples != 0 ) { attr[i++] = NSOpenGLPFASamples; attr[i++] = this->gl_config.multisamplesamples; + attr[i++] = NSOpenGLPFANoRecovery; + attr[i++] = (NSOpenGLPixelFormatAttribute)nil; } attr[i++] = NSOpenGLPFAScreenMask;