From 68fa3c49db720645da2c653a8c8f9d92c0d6815f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 2 Feb 2013 14:20:24 +0100 Subject: cocoa_events: remove this functionality MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This functionality looked smart but created problems with some kinds of multi touch events. Moreover some events coming from the windows server – like hovering a corner for window resize – didn't cause the player to wake up immediately. The "correct" non hacky way to implement async event polling with cocoa would be having the vanilla cocoa event loop driving the player and setting up mpv's terminal FDs as event sources for the cocoa event loop. Fixes #20 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a3649f607..836a422fd1 100644 --- a/Makefile +++ b/Makefile @@ -48,8 +48,7 @@ SOURCES-$(LIBSMBCLIENT) += stream/stream_smb.c SOURCES-$(MACOSX_FINDER) += osdep/macosx_finder_args.m SOURCES-$(MACOSX_BUNDLE) += osdep/macosx_bundle.m SOURCES-$(COCOA) += video/out/osx_common.m \ - video/out/cocoa_common.m \ - osdep/cocoa_events.m + video/out/cocoa_common.m SOURCES-$(MNG) += demux/demux_mng.c SOURCES-$(MPG123) += audio/decode/ad_mpg123.c -- cgit v1.2.3