diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-12-11 18:18:50 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-12-11 20:39:15 +0000 |
commit | 6c68b71058263be74197a961fd7dfd2b43caf22d (patch) | |
tree | 01d0ac419e0fa9bb52c0753a82f531a287af9b88 /vcl/source/opengl | |
parent | 39b2c407610a9a4197960ac259b4284f01459b3c (diff) |
vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.
Other code is out of legacy mode now, so can't legacy as a proxy.
Change-Id: Ie3807a3af680b707f2f08d058db955bc9cae6c2b
Reviewed-on: https://gerrit.libreoffice.org/20647
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'vcl/source/opengl')
-rw-r--r-- | vcl/source/opengl/OpenGLContext.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index 98be555ba5ad..b4d53eaf7b9c 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -63,6 +63,7 @@ OpenGLContext::OpenGLContext(): mnRefCount(0), mbRequestLegacyContext(false), mbUseDoubleBufferedRendering(true), + mbVCLOnly(false), mnFramebufferCount(0), mpCurrentFramebuffer(nullptr), mpFirstFramebuffer(nullptr), |