[vlc-commits] macosx: allow multiple vout windows in	video-wallpaper mode
    David Fuhrmann 
    git at videolan.org
       
    Thu Dec 27 11:49:17 CET 2012
    
    
  
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Tue Dec 25 20:36:04 2012 +0100| [3429eb01ec8a61170fa5ff17b22e7b2473334f17] | committer: David Fuhrmann
macosx: allow multiple vout windows in video-wallpaper mode
(first window as wallpaper, all other ones as normal windows.)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3429eb01ec8a61170fa5ff17b22e7b2473334f17
---
 modules/gui/macosx/VLCVoutWindowController.m |    2 ++
 1 file changed, 2 insertions(+)
diff --git a/modules/gui/macosx/VLCVoutWindowController.m b/modules/gui/macosx/VLCVoutWindowController.m
index d762bfb..840b02e 100644
--- a/modules/gui/macosx/VLCVoutWindowController.m
+++ b/modules/gui/macosx/VLCVoutWindowController.m
@@ -57,6 +57,8 @@
     VLCVoutView *o_vout_view;
     VLCVideoWindowCommon *o_new_video_window;
 
+    if (b_multiple_vout_windows && b_video_wallpaper)
+        b_video_wallpaper = false;
 
     // TODO: make lion fullscreen compatible with video-wallpaper and !embedded-video
     if ((b_video_wallpaper || !b_video_deco) && !b_nativeFullscreenMode) {
    
    
More information about the vlc-commits
mailing list