summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <lfrb@collabora.com>2014-11-22 08:07:47 -0500
committerJan Holesovsky <kendy@collabora.com>2014-12-02 15:47:22 +0100
commit08effddd910c006740370e3e8046f4cdda7ae28d (patch)
tree4042db74310ebd9de1fc732cc0db55eea7e28372 /include
parent7a5d05eae58e8cd92a470a929214d2fb3a64cfe5 (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.hxx1
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;