Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Minor tweak (use variable instead of macro).
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/video/quartz/SDL_QuartzVideo.m
|
@@ -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 (); |
|
|
} |
|
|