From: Gerd Möllmann Date: Mon, 5 Aug 2024 09:39:44 +0000 (+0200) Subject: ; Fix last change in EmacsView X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0cdac6d8f98f789e91ee6c202c191331f87634fc;p=emacs.git ; Fix last change in EmacsView * src/nsterm.m ([EmacsView initFrameFromEmacs:]): Don't check AppKit version. (cherry picked from commit f1e29506822739208e5706b733cfd713c5f37cfd) --- diff --git a/src/nsterm.m b/src/nsterm.m index 296e58c1697..3f0669aeefe 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -8074,8 +8074,7 @@ ns_in_echo_area (void) old_title = 0; maximizing_resize = NO; /* Restore to default before macOS 14 (bug#72440). */ - if (NSAppKitVersionNumber >= NSAppKitVersionNumber14_0) - [self setClipsToBounds: YES]; + [self setClipsToBounds: YES]; #endif #if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MIN_REQUIRED >= 101400