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

David Fuhrmann git at videolan.org
Sat Apr 21 19:29:33 CEST 2012


vlc/vlc-2.0 | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Fri Apr 20 17:19:23 2012 +0200| [fb18bd76281a9dd709b3144ce859292160a4a47d] | 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.
(cherry picked from commit f16e5943a6b3f89795469b215717168dfd9732fa)

Signed-off-by: David Fuhrmann <david.fuhrmann at googlemail.com>

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

 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