macosx: do not (mis)use the content view as the video view in fullscreen
The content view can never be nil, so methods like removeFromSuperView which are used do not work as expected. Thus, it was possible that the content view is a dangling pointer, causing crashes when trying to draw the window.
Showing
Please register or sign in to comment