Commit f16e5943 authored by David Fuhrmann's avatar David Fuhrmann

macosx vout: do not set fullscreen to false on start

This would break fullscreen state when we are in fullscreen and another video starts.
parent 761eabba
......@@ -229,7 +229,6 @@ static int Open(vlc_object_t *this)
vd->control = Control;
/* */
vout_display_SendEventFullscreen (vd, false);
vout_display_SendEventDisplaySize (vd, vd->source.i_visible_width, vd->source.i_visible_height, false);
return VLC_SUCCESS;
......
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