]> git.eshelyaron.com Git - emacs.git/commit
Avoid warning when building on macOS versions < 14 (bug#72440)
authorMattias EngdegÄrd <mattiase@acm.org>
Mon, 5 Aug 2024 19:27:17 +0000 (21:27 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 6 Aug 2024 09:55:40 +0000 (11:55 +0200)
commitd70dad508f0be367685b4ffe5f6e135539d278cc
treeec3ef4e038ef22c0a4c006d0b644959a29119add
parent3dd30038b97e4e75b82d9636679b1f74d3a189f5
Avoid warning when building on macOS versions < 14 (bug#72440)

* src/nsterm.m ([EmacsView initFrameFromEmacs:]):
The clipsToBounds property of NSView is only public from macOS 14 on.

(cherry picked from commit ee371f55b359b509cd381c87e78b5f5ee9311f37)
src/nsterm.m