]> git.sesse.net Git - vlc/blobdiff - modules/video_output/aa.c
Made XCB xvideo independant of VOUT_MAX_PICTURES.
[vlc] / modules / video_output / aa.c
index 925ecb3ad4fd4ba9e2993398e02a228f9b5c5659..5c446284ec5e0505d755ac7f72289190814cbe3d 100644 (file)
@@ -97,6 +97,7 @@ static int Open(vlc_object_t *object)
         msg_Err(vd, "cannot initialize aalib");
         goto error;
     }
+    vout_display_DeleteWindow(vd, NULL);
 
     aa_autoinitkbd(sys->aa_context, 0);
     aa_autoinitmouse(sys->aa_context, AA_MOUSEALLMASK);