Fix macOS 12 deprecation notices
commit5332857670eb3977b192eba433ec470a391c4ea4
authorAlan Third <alan@idiocy.org>
Thu, 18 Aug 2016 18:55:52 +0000 (18 19:55 +0100)
committerAlan Third <alan@idiocy.org>
Wed, 24 Aug 2016 18:21:56 +0000 (24 19:21 +0100)
tree72df888858c91e200bc94e9e633909d49525a329
parent799a8a3338389013e8a76a70f507664ccb09a14f
Fix macOS 12 deprecation notices

* src/nsterm.h: Add #defines to allow older versions of macOS to use the
new constant names.
* src/nsmenu.m: Replace old constant names with
new.
(fillWithWidgetValue): Remove calls to deprecated
setMenuChangedMessagesEnabled.
* src/nsterm.m: Replace old constant names with new.
* src/nsfns.m: Replace old constant names with new.
src/nsfns.m
src/nsmenu.m
src/nsterm.h
src/nsterm.m