From b6b3428aab2e3b7fcc72f823bacd2d6e3475c73d Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sun, 5 Jun 2005 00:48:53 +0000 Subject: [PATCH] * backport of [11296] --- modules/gui/macosx/vout.m | 1 + 1 file changed, 1 insertion(+) 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]; -- 2.39.2