Minor tweak (use variable instead of macro).
--HG-- branch : SDL-1.2
This commit is contained in:
parent
51cf4a651a
commit
824fbfd32e
1 changed files with 1 additions and 1 deletions
|
@ -911,7 +911,7 @@ static SDL_Surface* QZ_SetVideoFullScreen (_THIS, SDL_Surface *current, int widt
|
||||||
* we can just simply do without it on newer OSes...
|
* we can just simply do without it on newer OSes...
|
||||||
*/
|
*/
|
||||||
#if (MAC_OS_X_VERSION_MIN_REQUIRED < 1070) && !defined(__LP64__)
|
#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 */
|
/* If we don't hide menu bar, it will get events and interrupt the program */
|
||||||
HideMenuBar ();
|
HideMenuBar ();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue