From f150fbe4604f81c8a697b51fec4dfa9e3de08f37 Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Sat, 16 May 2020 02:54:54 +0100 Subject: [PATCH] fixes breakage from recent "CGS work in progress" === commit e135e3d15e0d48e62b1e76db0b8c58fb0f07d5f7 Author: Lubos Dolezel Date: Fri May 15 12:40:44 2020 +0200 Update the cocotron submodule === pulled in === commit b26bedb31c8c770622c1ad0ab28b577dffa0b091 Author: Lubos Dolezel Date: Fri May 15 10:47:23 2020 +0200 CGS work progress === which deletes CoreGraphics/CGS.h, which is needed by src/frameworks/ApplicationServices/HIServices/src/HIServices.c . fixes https://github.com/darlinghq/darling/issues/795 --- src/frameworks/ApplicationServices/HIServices/src/HIServices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frameworks/ApplicationServices/HIServices/src/HIServices.c b/src/frameworks/ApplicationServices/HIServices/src/HIServices.c index e8bf5db75..598126fb4 100644 --- a/src/frameworks/ApplicationServices/HIServices/src/HIServices.c +++ b/src/frameworks/ApplicationServices/HIServices/src/HIServices.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include const CFStringRef kAXUIElementCopyHierarchyArrayAttributesKey = CFSTR("AXCHAA"); const CFStringRef kAXUIElementCopyHierarchyMaxArrayCountKey = CFSTR("AXCHMAC"); -- 2.51.2