]> git.sesse.net Git - vlc/commit
macosx: do not (mis)use the content view as the video view in fullscreen
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Thu, 20 Mar 2014 19:25:14 +0000 (20:25 +0100)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Thu, 20 Mar 2014 19:29:11 +0000 (20:29 +0100)
commita34b8d76ed70d534773c82b64f5936660063ca38
tree0a82a59d0bcdb17f835aa9da00435d0806ad7748
parent113917a45b1e934d1498e5b935a350b4196dd58d
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.
modules/gui/macosx/Windows.m