Commit 394563f0 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Don't forget to release the screen when closing the VLCVoutWindow on Mac OS X. (Pointed by thedj)

parent 300571b2
......@@ -1124,6 +1124,7 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
- (id)closeReal:(id)sender
{
[NSScreen unblackoutScreens];
if( b_black == VLC_TRUE )
{
CGDisplayFadeReservationToken token;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment