diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-03-17 05:22:33 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-03-17 08:13:49 +0100 |
commit | 64950157029e1b35434b634a6f275ba1ad305abe (patch) | |
tree | fafc2522232b3995d01f58208371a7c8ca8e4688 /include | |
parent | 3aa298e010ebee976a889a0094f14f09a7151c3a (diff) |
no need for OpenGLRender in OpenGLContext anymore
Change-Id: I8506bcea49792cd1ef6ca451ca515b4669326c29
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/OpenGLContext.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/OpenGLContext.hxx b/include/vcl/OpenGLContext.hxx index 407333424780..43802c9a85be 100644 --- a/include/vcl/OpenGLContext.hxx +++ b/include/vcl/OpenGLContext.hxx @@ -99,6 +99,7 @@ public: bool init(); void setWinSize(const Size& rSize); + GLWindow& getOpenGLWindow(); private: SAL_DLLPRIVATE bool initWindow(); |