1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-20 14:56:55 +00:00
mpv/video/out/cocoa-cb
Akemi 3263f47d33 cocoa-cb: fix building with SDK 10.12 and earlier
the NSWindowButton enum was moved to be a member of NSWindow and renamed
to ButtonType in SDK 10.13. apparently that wasn't documented anywhere.
not even in the SDK changes Document and the official Documentations
makes it look like it was always like this. the old NSWindowButton enum
though is still around on SDK 10.13 or at least got a typealias. so we
will just use that.
2018-03-01 21:20:24 +01:00
..
events_view.swift cocoa-cb: change border and borderless window styling 2018-02-28 00:48:44 -08:00
video_layer.swift cocoa-cb: fix stretched gl surface on window aspect ratio change 2018-02-28 00:48:44 -08:00
window.swift cocoa-cb: fix building with SDK 10.12 and earlier 2018-03-01 21:20:24 +01:00