Commit 3429eb01 authored by David Fuhrmann's avatar David Fuhrmann

macosx: allow multiple vout windows in video-wallpaper mode

(first window as wallpaper, all other ones as normal windows.)
parent 0e6418ec
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment