[vlc-commits] macosx vout: do not set fullscreen to false on start

David Fuhrmann git at videolan.org
Fri Apr 20 19:12:42 CEST 2012


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Fri Apr 20 17:19:23 2012 +0200| [f16e5943a6b3f89795469b215717168dfd9732fa] | committer: 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.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f16e5943a6b3f89795469b215717168dfd9732fa
---

 modules/video_output/macosx.m |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/video_output/macosx.m b/modules/video_output/macosx.m
index 7499d8e..d4382f5 100644
--- a/modules/video_output/macosx.m
+++ b/modules/video_output/macosx.m
@@ -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;



More information about the vlc-commits mailing list