summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-11-04 01:15:30 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-10 07:58:49 +0100
commit1ca250439d80940da15f10d602a97bbd6d41c8c1 (patch)
treeb2553b9cd72742404569024f3ec9102e4fb68681 /include
parentforgot to remove the env variable based OpenGL setting (diff)
downloadcore-1ca250439d80940da15f10d602a97bbd6d41c8c1.tar.gz
core-1ca250439d80940da15f10d602a97bbd6d41c8c1.zip
support rendering to memory device contexts on Windows
Change-Id: I91fdd429663fae76bfe17d37de86d118621cf160
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 3a8ec9ad8484..a8344d62e5a1 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -156,6 +156,7 @@ public:
void requestLegacyContext();
void requestSingleBufferedRendering();
+ void requestVirtualDevice();
bool init(vcl::Window* pParent = 0);
bool init(SystemChildWindow* pChildWindow);
@@ -211,6 +212,7 @@ private:
bool mbInitialized;
bool mbRequestLegacyContext;
bool mbUseDoubleBufferedRendering;
+ bool mbRequestVirtualDevice;
};
#endif