1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

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

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