diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-12 10:28:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-12 10:28:38 +0200 |
commit | 91f58f4782e1c97f4f88937512ea80966175f2c8 (patch) | |
tree | 6a1a58b1f2847bc21bfe12b1ea1e6d23d258667e /vcl | |
parent | d30a4298bdb5ba53cd1fe659f2b742f218a2e527 (diff) |
fix windows build
after commit 500a3be0 "loplugin:countusersofdefaultparams in vcl..xmlsecurity"
Change-Id: I09b07f241dc45f2d23370addfb1bc10aa2caedc4
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/opengl/win/gdiimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/win/gdiimpl.cxx b/vcl/opengl/win/gdiimpl.cxx index 09c123f8411e..d1e83d3aab69 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; } |