From 940ef4c9117bf3f91aa945c87ae3123e5313a77a Mon Sep 17 00:00:00 2001 From: "Paul W. Rankin" Date: Sun, 16 May 2021 18:46:12 +1000 Subject: [PATCH 2/2] WIP src/nsterm.m: allow toolbar visibility in fullscreen on macOS WIP DO NOT MERGE --- src/nsterm.m | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/nsterm.m b/src/nsterm.m index 5fd4885801..1f3d0524fe 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -7842,15 +7842,6 @@ - (void)windowDidMiniaturize: sender } } -#if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MAX_ALLOWED >= 1070 -- (NSApplicationPresentationOptions)window:(NSWindow *)window - willUseFullScreenPresentationOptions: - (NSApplicationPresentationOptions)proposedOptions -{ - return proposedOptions|NSApplicationPresentationAutoHideToolbar; -} -#endif - - (void)windowWillEnterFullScreen:(NSNotification *)notification { NSTRACE ("[EmacsView windowWillEnterFullScreen:]"); -- 2.30.2