From 7e07e1a087e4107914294c5e9717f798e446c5d9 Mon Sep 17 00:00:00 2001 From: der richter Date: Sat, 23 Mar 2024 20:09:15 +0100 Subject: mac/apphub: migrate remaining events functionality to new AppHub add new app_bridge objc file for bridging between mpv core and app functionality. replace old EventsResponder singleton with AppHub. another step to clean up all App functionality and have one central place for it. --- input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/input.c') diff --git a/input/input.c b/input/input.c index 9d14ce3b84..9fd2a16f0c 100644 --- a/input/input.c +++ b/input/input.c @@ -50,7 +50,7 @@ #include "common/common.h" #if HAVE_COCOA -#include "osdep/mac/events.h" +#include "osdep/mac/app_bridge.h" #endif #define input_lock(ictx) mp_mutex_lock(&ictx->mutex) -- cgit v1.2.3