]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/VLCVoutWindowController.m
macosx: save idle main window frame as early as possible (refs #8826)
[vlc] / modules / gui / macosx / VLCVoutWindowController.m
index 0bd56d345382c4c37259cc121bde7e9b08588609..0ddc33860687b6fbfe174cd736d10036fe664a2f 100644 (file)
@@ -66,6 +66,9 @@
     VLCVoutView *o_vout_view;
     VLCVideoWindowCommon *o_new_video_window;
 
+    // should be called before any window resizing occurs
+    [[VLCMainWindow sharedInstance] videoplayWillBeStarted];
+
     if (b_multiple_vout_windows && b_video_wallpaper)
         b_video_wallpaper = false;