From 7aca5ee1192b45d05a601946a5c784b8c5bd61bd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Jul 2023 11:54:52 +0200 Subject: Assume that all modern X servers have a unified display area Change-Id: I704e6147085b2eca7fc6fd93261aced3e04b2fff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154667 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/syswin.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/syswin.hxx') diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx index 7eee3693bab8..c59d7a24760c 100644 --- a/include/vcl/syswin.hxx +++ b/include/vcl/syswin.hxx @@ -119,7 +119,7 @@ public: SAL_DLLPRIVATE bool isDeferredInit() const { return mbIsDeferredInit; } private: - SAL_DLLPRIVATE void ImplMoveToScreen( tools::Long& io_rX, tools::Long& io_rY, tools::Long i_nWidth, tools::Long i_nHeight, vcl::Window const * i_pConfigureWin ); + static SAL_DLLPRIVATE void ImplMoveToScreen( tools::Long& io_rX, tools::Long& io_rY, tools::Long i_nWidth, tools::Long i_nHeight, vcl::Window const * i_pConfigureWin ); SAL_DLLPRIVATE void setPosSizeOnContainee(Size aSize, Window &rBox); DECL_DLLPRIVATE_LINK( ImplHandleLayoutTimerHdl, Timer*, void ); -- cgit