[Libreoffice-commits] core.git: Branch 'feature/skia' - vcl/win

Luboš Luňák (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 24 13:45:21 UTC 2019


 vcl/win/gdi/gdiimpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 65b5158f3f24327af25572c4027587ace286b5b8
Author:     Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Thu Oct 24 15:37:35 2019 +0200
Commit:     Luboš Luňák <l.lunak at collabora.com>
CommitDate: Thu Oct 24 15:44:14 2019 +0200

    fix vclwin build
    
    Change-Id: Ida92d87211bc1d92a7a4a096d1bbb3db2ff3abf9

diff --git a/vcl/win/gdi/gdiimpl.cxx b/vcl/win/gdi/gdiimpl.cxx
index 29f8cbc0ed73..419c7419ed93 100644
--- a/vcl/win/gdi/gdiimpl.cxx
+++ b/vcl/win/gdi/gdiimpl.cxx
@@ -2584,7 +2584,7 @@ bool WinSalGraphicsImpl::supportsOperation(OutDevSupportType eType) const
     switch (eType)
     {
         case OutDevSupportType::TransparentRect:
-            bRet = mbVirDev || mbWindow;
+            bRet = mrParent.mbVirDev || mrParent.mbWindow;
             break;
         case OutDevSupportType::B2DDraw:
             bRet = bAllowForTest;


More information about the Libreoffice-commits mailing list