vcl/inc/quartz/salgdi.h | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 312adca5c50666d924dce936012fba5b8f626939 Author: Patrick Luby <plub...@neooffice.org> AuthorDate: Thu Jun 8 15:56:28 2023 -0400 Commit: Patrick Luby <plub...@neooffice.org> CommitDate: Thu Jun 8 22:50:35 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/+/152771 Tested-by: Jenkins Reviewed-by: Patrick Luby <plub...@neooffice.org> 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(); }