summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-04-08 02:16:08 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-04-08 04:38:23 +0200
commitb6e5907f5a228b07824d61e90e668cda8e4079df (patch)
tree000e509898859cdbbab4d755f4ee37b084147e5d /include
parent0869626e2b29ad9b2e81c8f4eee7bd1b2372d91b (diff)
temporarily render to a file
Change-Id: Ibfc8101f261489bf11f990ea3fe6ae2e74b99df9
Diffstat (limited to 'include')
-rw-r--r--include/vcl/OpenGLContext.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/OpenGLContext.hxx b/include/vcl/OpenGLContext.hxx
index 8c7eb5513c3b..b62448a2e241 100644
--- a/include/vcl/OpenGLContext.hxx
+++ b/include/vcl/OpenGLContext.hxx
@@ -103,6 +103,8 @@ public:
void setWinSize(const Size& rSize);
GLWindow& getOpenGLWindow();
+ void renderToFile();
+
private:
SAL_DLLPRIVATE bool initWindow();