diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-11-04 01:15:30 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-10 07:58:49 +0100 |
commit | 1ca250439d80940da15f10d602a97bbd6d41c8c1 (patch) | |
tree | b2553b9cd72742404569024f3ec9102e4fb68681 /include/vcl | |
parent | d9fff953227228cd728d73375f5cf795e34b899e (diff) |
support rendering to memory device contexts on Windows
Change-Id: I91fdd429663fae76bfe17d37de86d118621cf160
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/opengl/OpenGLContext.hxx | 2 |
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 |