summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-12-11 15:06:29 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-12-11 15:06:29 +0100
commit7201810cb88811b05b938cc3db3232d9cf84c82e (patch)
tree398e29a140636b368231e30fed76316f0cb8400d /vcl
parentea5c99428f56e1d3a3e782505aa2f56f905038a4 (diff)
loplugin:defaultparams
Change-Id: Ib85337ebef0ba1a3ab00ad3adb59b4cffbba2b2f
Diffstat (limited to 'vcl')
-rw-r--r--vcl/opengl/gdiimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index 380417d1aa70..285b46fcc6bd 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -2056,7 +2056,7 @@ void OpenGLSalGraphicsImpl::doFlush()
VCL_GL_INFO( "bound bits etc." );
GLfloat aTexCoord[8];
- maOffscreenTex.GetCoord( aTexCoord, aPosAry, false );
+ maOffscreenTex.GetCoord( aTexCoord, aPosAry );
pProgram->SetTextureCoord( aTexCoord );
long nX1( aPosAry.mnDestX );