diff options
author | Louis-Francis Ratté-Boulianne <lfrb@collabora.com> | 2014-11-22 08:07:47 -0500 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-11-22 20:14:20 +0100 |
commit | fa77801f3e57ad94f077230a95bded1067f528e9 (patch) | |
tree | b121fac9c221f1d891d3267ebd6ee943c9ed99a1 /include | |
parent | 5f86a6165bdedec4fbac2cf22a958245f52168be (diff) |
vcl: Track the GL context's clip region and update before drawing when needed
Change-Id: Ibec92851dc87f6696ee55a8db10fe160cd97d09c
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/opengl/OpenGLContext.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; |