macosx: allow multiple vout windows in video-wallpaper mode

(first window as wallpaper, all other ones as normal windows.)
This commit is contained in:
David Fuhrmann 2012-12-25 20:36:04 +01:00
parent 0e6418ec4c
commit 3429eb01ec
1 changed files with 2 additions and 0 deletions

View File

@ -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) {