X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fvout.m;h=aca5b877862e6543f32e949fa2d988e048807b14;hb=f48ad230e977b7f04729f6c0ecb4e44bdb7276d9;hp=65822210e5c77aaa77d9a70035edd7589da397ce;hpb=faae87f60cdb42ba6db73a3c03a6f7e9040303cd;p=vlc diff --git a/modules/gui/macosx/vout.m b/modules/gui/macosx/vout.m index 65822210e5..aca5b87786 100644 --- a/modules/gui/macosx/vout.m +++ b/modules/gui/macosx/vout.m @@ -976,8 +976,7 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable, /* Don't close the window yet, wait a bit to see if a new input is poping up */ /* FIXME: Probably fade the window In and Out */ /* FIXME: fix core */ - if(![self isFullscreen]) - [o_window performSelector:@selector(orderOut:) withObject:nil afterDelay:1.5]; + [o_embeddedwindow performSelector:@selector(orderOut:) withObject:nil afterDelay:1.5]; [super closeVout]; [o_window setAcceptsMouseMovedEvents: NO];