summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-11-20 09:45:16 +0000
committerMichael Meeks <michael.meeks@collabora.com>2014-11-20 09:56:48 +0000
commit9557ae7baf3683a3c55bc55934fefba22a7c5759 (patch)
tree6b0a76f22b593b8f2e517492603f832f716e3d79 /include/vcl/opengl
parentf12e8ff594f177f22ffb3d1849bf768ab08023bf (diff)
vcl: update the OpenGLContext's pixmap when re-sizing a VirtualDevice.
Change-Id: Iee8089fc3bfbea60adee95dfb2c229f3efea28f8
Diffstat (limited to 'include/vcl/opengl')
-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 60746df178ec..471e6ce7e498 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -195,6 +195,8 @@ public:
return mbInitialized;
}
+ void resetToReInitialize();
+
bool supportMultiSampling() const;
static SystemWindowData generateWinData(vcl::Window* pParent, bool bRequestLegacyContext);