Mercurial > sdl-ios-xcode
changeset 900:c3c8739f7844
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 27 May 2004 22:57:30 +0000 |
parents | 5daa782c6d58 |
children | fd4a6847ddc0 |
files | src/video/quartz/SDL_QuartzGL.m |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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;