On 25 April 2017 at 07:29, Brendan Shanks <bren...@bslabs.net> wrote: > macOS 10.12 deprecated/replaced many AppKit constants to make naming > more consistent. Use the new constants, and #define them to the > old constants when compiling against a pre-10.12 SDK. > > Signed-off-by: Brendan Shanks <bren...@bslabs.net> > --- > ui/cocoa.m | 87 > +++++++++++++++++++++++++++++++++++++++++--------------------- > 1 file changed, 58 insertions(+), 29 deletions(-) >
Thanks for this patch -- I'm running 10.12 but I think my SDK is still the earlier version. Patch looks good and compiles fine, so I've applied it to git master. -- PMM