Mercurial > sdl-ios-xcode
diff src/video/quartz/SDL_QuartzGL.m @ 900:c3c8739f7844
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 27 May 2004 22:57:30 +0000 |
parents | 416158ec61a0 |
children | 72c6c3e5bb85 |
line wrap: on
line diff
--- 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;