Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 27, 2004
1 parent 4d14ca5 commit f2b4544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/quartz/SDL_QuartzGL.m
Expand Up @@ -102,6 +102,8 @@ int QZ_SetupOpenGL (_THIS, int bpp, Uint32 flags) {
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;
Expand Down

0 comments on commit f2b4544

Please sign in to comment.