mpv/video/out/cocoa-cb
Akemi cd893626cb cocoa-cb: fix building with Swift 4.2
init is a reserved keyword and Swift 4.2 got a bit stricter about using
it. this could be fixed by adding apostrophes around init but makes the
code uglier. hence i just renamed init to initialized and for
consistency uninit to uninitialized.

Fixes #5899
2018-06-12 01:57:34 +03:00
..
events_view.swift cocoa-cb: remove pre-allocation of window, view and layer 2018-06-12 01:51:01 +03:00
video_layer.swift cocoa-cb: fix building with Swift 4.2 2018-06-12 01:57:34 +03:00
window.swift cocoa-cb: remove pre-allocation of window, view and layer 2018-06-12 01:51:01 +03:00