From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- external/pdfium/cg-instead-of-carbon.patch.1 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 external/pdfium/cg-instead-of-carbon.patch.1 (limited to 'external/pdfium/cg-instead-of-carbon.patch.1') diff --git a/external/pdfium/cg-instead-of-carbon.patch.1 b/external/pdfium/cg-instead-of-carbon.patch.1 new file mode 100644 index 000000000..055eac735 --- /dev/null +++ b/external/pdfium/cg-instead-of-carbon.patch.1 @@ -0,0 +1,23 @@ +-*- Mode: Diff -*- +--- a/core/fxge/apple/fx_quartz_device.h ++++ b/core/fxge/apple/fx_quartz_device.h +@@ -7,7 +7,7 @@ + #ifndef CORE_FXGE_APPLE_FX_QUARTZ_DEVICE_H_ + #define CORE_FXGE_APPLE_FX_QUARTZ_DEVICE_H_ + +-#include ++#include + #include + + #include "core/fxcrt/retain_ptr.h" +--- a/core/fpdfapi/font/cpdf_type1font.cpp ++++ b/core/fpdfapi/font/cpdf_type1font.cpp +@@ -19,7 +19,7 @@ + #include "core/fxge/fx_font.h" + + #if BUILDFLAG(IS_APPLE) +-#include ++#include + #endif // BUILDFLAG(IS_APPLE) + + namespace { -- cgit v1.2.3