Skip to content

Commit

Permalink
Minor tweak (use variable instead of macro).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 19, 2012
1 parent f92c909 commit a588b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/quartz/SDL_QuartzVideo.m
Expand Up @@ -911,7 +911,7 @@ other blitting while waiting on the VBL (and hence results in higher framerates)
* we can just simply do without it on newer OSes...
*/
#if (MAC_OS_X_VERSION_MIN_REQUIRED < 1070) && !defined(__LP64__)
if ( !IS_LION_OR_LATER(this) ) {
if ( !isLion ) {
/* If we don't hide menu bar, it will get events and interrupt the program */
HideMenuBar ();
}
Expand Down

0 comments on commit a588b01

Please sign in to comment.