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 0c2f11cee6 cocoa-cb: fix crash on startup with not initialised title bar
the first mouse events, that try to hide the title bar, could happen
before the title bar was actually initialised. that caused our hiding
code to access a nil value. check for an available title bar before
trying to hide it.
2018-03-14 23:59:03 -07:00
..
events_view.swift cocoa-cb: don't deactivate mouse events completely with input-cursor=no 2018-03-11 22:44:26 -07:00
video_layer.swift cocoa-cb: fix crash with forced iGPU on some multi GPU systems 2018-03-14 23:59:03 -07:00
window.swift cocoa-cb: fix crash on startup with not initialised title bar 2018-03-14 23:59:03 -07:00