vcl/inc/quartz/salgdi.h | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 917ce6242e34be0f668302b318f8a6bc110320e7
Author: Patrick Luby <[email protected]>
AuthorDate: Thu Jun 8 16:38:37 2023 -0400
Commit: Patrick Luby <[email protected]>
CommitDate: Mon Jun 12 23:26:27 2023 +0200
Fix iOS build breakage
Two new functions that are used only on macOS were added in commit
75dc3a54fca8b2dc775ba007190d8c2e188f1c0a.
Change-Id: I18d0f7aaa9d1ca6634b13eafc76b4fd39dfa52ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152773
Tested-by: Jenkins
Reviewed-by: Patrick Luby <[email protected]>
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h
index df9eabad936f..009bf59e872e 100644
--- a/vcl/inc/quartz/salgdi.h
+++ b/vcl/inc/quartz/salgdi.h
@@ -133,8 +133,10 @@ private:
namespace sal::aqua
{
+#ifdef MACOSX
NSRect getTotalScreenBounds();
void resetTotalScreenBounds();
+#endif
float getWindowScaling();
void resetWindowScaling();
}