Brendan Shanks 5e24600a7c ui/cocoa.m: Fix macOS 10.14 deprecation warnings
macOS 10.14 deprecated NSOnState/NSOffState in favour of
NSControlStateValueOn/NSControlStateValueOff. Use the new constants,
and #define them to the old ones when compiling against a pre-10.13 SDK.
Also [NSGraphicsContext graphicsPort] is now deprecated, use
[NSGraphicsContext CGContext] when available.

Signed-off-by: Brendan Shanks <brendan@bslabs.net>
Message-id: 20190201071225.20576-1-brendan@bslabs.net
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2019-02-05 09:59:50 +01:00
..
2017-10-17 10:25:42 +02:00
2017-11-10 14:27:29 +01:00
2017-07-27 14:23:09 +02:00
2019-02-05 09:53:49 +01:00
2019-01-14 11:04:35 +00:00
2018-10-12 14:46:24 +02:00
2018-04-09 10:40:47 +02:00
2017-10-17 10:25:42 +02:00
2019-01-10 08:55:36 +01:00
2018-03-13 11:17:29 -06:00
2017-07-27 14:23:09 +02:00
2019-01-21 09:43:13 +01:00