mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 23:31:55 -08:00
* nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
if not defined. Fixes: debbugs:8403
This commit is contained in:
parent
104c2fe905
commit
ef3862adbd
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2011-04-03 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
|
||||
if not defined (Bug#8403).
|
||||
|
||||
2011-04-02 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* xdisp.c (display_count_lines): Remove parameter `start',
|
||||
|
|
|
|||
|
|
@ -583,6 +583,9 @@ ns_menu_bar_should_be_hidden (void)
|
|||
static void
|
||||
ns_update_auto_hide_menu_bar (void)
|
||||
{
|
||||
#ifndef MAC_OS_X_VERSION_10_6
|
||||
#define MAC_OS_X_VERSION_10_6 1060
|
||||
#endif
|
||||
#ifdef NS_IMPL_COCOA
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
|
||||
BLOCK_INPUT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue