]> git.sesse.net Git - vlc/blobdiff - modules/video_output/macosx.m
Revert "Helpers to emit asynchronous key press events (refs #3661)"
[vlc] / modules / video_output / macosx.m
index 3394a77edea26ced7d39182d998d76793c86adb8..0fdcaf41cc0ade3a2b40b24d6675300f27163528 100644 (file)
@@ -127,6 +127,7 @@ static int Open(vlc_object_t *this)
         msg_Dbg(vd, "No drawable-nsobject, passing over.");
         goto error;
     }
+    vout_display_DeleteWindow(vd, NULL);
 
     /* This will be released in Close(), on
      * main thread, after we are done using it. */