[Libreoffice-commits] core.git: vcl/opengl
Noel Grandin
noel at peralex.com
Fri Aug 12 08:30:42 UTC 2016
vcl/opengl/win/gdiimpl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 91f58f4782e1c97f4f88937512ea80966175f2c8
Author: Noel Grandin <noel at peralex.com>
Date: Fri Aug 12 10:28:38 2016 +0200
fix windows build
after commit 500a3be0 "loplugin:countusersofdefaultparams in vcl..xmlsecurity"
Change-Id: I09b07f241dc45f2d23370addfb1bc10aa2caedc4
diff --git a/vcl/opengl/win/gdiimpl.cxx b/vcl/opengl/win/gdiimpl.cxx
index 09c123f8..d1e83d3 100644
--- a/vcl/opengl/win/gdiimpl.cxx
+++ b/vcl/opengl/win/gdiimpl.cxx
@@ -777,7 +777,7 @@ bool WinOpenGLSalGraphicsImpl::RenderTextureCombo(TextureCombo& rCombo, int nX,
SalTwoRect aPosAry(0, 0, rTexture.GetWidth(), rTexture.GetHeight(),
nX, nY, rTexture.GetWidth(), rTexture.GetHeight());
- DrawTextureDiff(rTexture, *rCombo.mpMask, aPosAry);
+ DrawTextureDiff(rTexture, *rCombo.mpMask, aPosAry, false);
return true;
}
More information about the Libreoffice-commits
mailing list