From: Derk-Jan Hartman Date: Sun, 5 Jun 2005 00:48:53 +0000 (+0000) Subject: * backport of [11296] X-Git-Tag: 0.8.2~98 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b6b3428aab2e3b7fcc72f823bacd2d6e3475c73d;p=vlc * backport of [11296] --- diff --git a/modules/gui/macosx/vout.m b/modules/gui/macosx/vout.m index 4af48c00ef..a638a5a764 100644 --- a/modules/gui/macosx/vout.m +++ b/modules/gui/macosx/vout.m @@ -291,6 +291,7 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable, { /* XXX waitUntilDone = NO to avoid a possible deadlock when hitting Command-Q */ + [self setAcceptsMouseMovedEvents: NO]; [self setContentView: NULL]; [self performSelectorOnMainThread: @selector(closeReal:) withObject: NULL waitUntilDone: NO];