Kaydet (Commit) 91f58f47 authored tarafından Noel Grandin's avatar Noel Grandin

fix windows build

after commit 500a3be0 "loplugin:countusersofdefaultparams in vcl..xmlsecurity"

Change-Id: I09b07f241dc45f2d23370addfb1bc10aa2caedc4
üst d30a4298
...@@ -777,7 +777,7 @@ bool WinOpenGLSalGraphicsImpl::RenderTextureCombo(TextureCombo& rCombo, int nX, ...@@ -777,7 +777,7 @@ bool WinOpenGLSalGraphicsImpl::RenderTextureCombo(TextureCombo& rCombo, int nX,
SalTwoRect aPosAry(0, 0, rTexture.GetWidth(), rTexture.GetHeight(), SalTwoRect aPosAry(0, 0, rTexture.GetWidth(), rTexture.GetHeight(),
nX, nY, rTexture.GetWidth(), rTexture.GetHeight()); nX, nY, rTexture.GetWidth(), rTexture.GetHeight());
DrawTextureDiff(rTexture, *rCombo.mpMask, aPosAry); DrawTextureDiff(rTexture, *rCombo.mpMask, aPosAry, false);
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment