summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <lfrb@collabora.com>2014-11-22 08:04:23 -0500
committerJan Holesovsky <kendy@collabora.com>2014-11-22 20:14:20 +0100
commit5f86a6165bdedec4fbac2cf22a958245f52168be (patch)
tree0512e270910164173f3b62aad2b16e3dad1905bb /include
parente26237f6cbc0d499c91aa32c3bea1f9daee6578e (diff)
vcl: Move the painting fence to the OpenGL context
Change-Id: I462e68a1ad7a56fafe57504959cf169a70665f81
Diffstat (limited to 'include')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index 01ce323615f1..e7c129a7c6cc 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -231,6 +231,8 @@ private:
#endif
public:
+ int mnPainting;
+
OpenGLContext* mpPrevContext;
OpenGLContext* mpNextContext;
};