[Libreoffice-commits] core.git: vcl/opengl

Tor Lillqvist tml at collabora.com
Thu May 19 07:04:41 UTC 2016


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

New commits:
commit 5cf5dc32202e2b785f5a7979a16da3b2a35dee5f
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu May 19 10:03:28 2016 +0300

    loplugin:defaultparams
    
    Change-Id: Ib3d2367fc5c0e97b269e6a4b18f85c20ca89221e

diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index efe51f9..46eb1d3 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -2283,7 +2283,7 @@ bool OpenGLSalGraphicsImpl::blendBitmap(
 
     mpProgram->SetBlendMode(GL_ZERO, GL_SRC_COLOR);
     mpProgram->SetTexture("sampler", rTexture);
-    DrawTextureRect(rTexture, rPosAry, false);
+    DrawTextureRect(rTexture, rPosAry);
     mpProgram->Clean();
 
     PostDraw();


More information about the Libreoffice-commits mailing list