aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/nsterm.m')
-rw-r--r--src/nsterm.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index f783bbe025f..c4756dc83cd 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -583,6 +583,9 @@ ns_menu_bar_should_be_hidden (void)
583static void 583static void
584ns_update_auto_hide_menu_bar (void) 584ns_update_auto_hide_menu_bar (void)
585{ 585{
586#ifndef MAC_OS_X_VERSION_10_6
587#define MAC_OS_X_VERSION_10_6 1060
588#endif
586#ifdef NS_IMPL_COCOA 589#ifdef NS_IMPL_COCOA
587#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6 590#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
588 BLOCK_INPUT; 591 BLOCK_INPUT;