From fa77801f3e57ad94f077230a95bded1067f528e9 Mon Sep 17 00:00:00 2001 From: Louis-Francis Ratté-Boulianne Date: Sat, 22 Nov 2014 08:07:47 -0500 Subject: vcl: Track the GL context's clip region and update before drawing when needed Change-Id: Ibec92851dc87f6696ee55a8db10fe160cd97d09c --- include/vcl/opengl/OpenGLContext.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx index e7c129a7c6cc..ebfa6ff5f884 100644 --- a/include/vcl/opengl/OpenGLContext.hxx +++ b/include/vcl/opengl/OpenGLContext.hxx @@ -231,6 +231,7 @@ private: #endif public: + vcl::Region maClipRegion; int mnPainting; OpenGLContext* mpPrevContext; -- cgit