Skip to content

Commit

Permalink
Quartz: Fixed fullscreen OpenGL on 10.7, when built with 10.7 SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 19, 2012
1 parent 53f40c3 commit 4059307
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/quartz/SDL_QuartzVideo.m
Expand Up @@ -899,7 +899,6 @@ other blitting while waiting on the VBL (and hence results in higher framerates)
if (isLion) {
[ qz_window setHasShadow:NO];
[ qz_window setOpaque:YES];
[ qz_window makeKeyAndOrderFront:nil ];
}

/* !!! FIXME: keep an eye on this.
Expand Down

0 comments on commit 4059307

Please sign in to comment.