From 243047fd68820e15e13dd9afd33122aef20ca377 Mon Sep 17 00:00:00 2001 From: Louis-Francis Ratté-Boulianne Date: Mon, 10 Nov 2014 13:46:12 -0500 Subject: vcl: Use a different FBO when rendering using a VirtualDevice Change-Id: I8cb97a4057c06ca09adfcac8dcd3f61ac9508430 --- vcl/inc/opengl/salbmp.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/opengl/salbmp.hxx') diff --git a/vcl/inc/opengl/salbmp.hxx b/vcl/inc/opengl/salbmp.hxx index 6f7a03af09d4..77ac90bbbc55 100644 --- a/vcl/inc/opengl/salbmp.hxx +++ b/vcl/inc/opengl/salbmp.hxx @@ -81,7 +81,7 @@ public: public: - bool Create( OpenGLContext& rContext, long nX, long nY, long nWidth, long nHeight ); + bool Create( OpenGLContext& rContext, OpenGLTextureSharedPtr pTex, long nX, long nY, long nWidth, long nHeight ); bool Draw( OpenGLContext& rContext, const SalTwoRect& rPosAry ); GLuint GetTexture( OpenGLContext& rContext ) const; -- cgit v1.2.3