summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-05-19 11:14:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-05-19 11:15:03 +0100
commit9ae808c190ddf94856cdfa16acef8cdd5d8f91a4 (patch)
tree83e88dd3e92d7be5434f0f2386a72d4755694009 /include/vcl/opengl
parente9af29ba8328cad918c5146e3cb1be0a72ebd791 (diff)
merge duplicate code
Change-Id: Iac8f5e9596300bbaaa4b2ce6c6fc4d11793745a5
Diffstat (limited to 'include/vcl/opengl')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index 723a99404ef8..1ca86c7acb61 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -220,6 +220,7 @@ private:
SAL_DLLPRIVATE void InitGLEWDebugging();
SAL_DLLPRIVATE bool initWindow();
SAL_DLLPRIVATE bool ImplInit();
+ SAL_DLLPRIVATE void InitChildWindow(SystemChildWindow *pChildWindow);
#if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID && !defined(LIBO_HEADLESS)
SAL_DLLPRIVATE void initGLWindow(Visual* pVisual);
#endif