Commit 13cf0bf0 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* revert previous forward-port, as video-device's content changed for 0.9.0....

* revert previous forward-port, as video-device's content changed for 0.9.0. Thanks to Pierre for pointing this out.
parent 94abdf05
......@@ -152,7 +152,7 @@
vout_thread_t *p_vout = vlc_object_find( VLCIntf, VLC_OBJECT_VOUT, FIND_ANYWHERE );
BOOL blackout_other_displays = var_GetBool( p_vout, "macosx-black" );
screen = [[NSScreen screens] objectAtIndex: var_GetInteger( p_vout, "video-device" )];
screen = [NSScreen screenWithDisplayID:(CGDirectDisplayID)var_GetInteger( p_vout, "video-device" )];
[self lockFullscreenAnimation];
......
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