summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-10-24 16:50:05 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-10 07:58:14 +0100
commitf446172d5f5edd270e5021bebac5f39d11cdab83 (patch)
treef636c0e59ef295a590c67ec5f0a00a6b61eaee10 /include/vcl/opengl
parent9ceda5a90d36d0b7ba9f469a6d5b9dad2681a45b (diff)
split method in part related to windows and other stuff
Change-Id: Ie3851bfd558ffeabd374afdc2a4d4833e3866a6e
Diffstat (limited to 'include/vcl/opengl')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index 4017923c5464..2c9210366f0f 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -185,6 +185,9 @@ public:
private:
SAL_DLLPRIVATE bool initWindow();
SAL_DLLPRIVATE bool ImplInit();
+#if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID
+ SAL_DLLPRIVATE void initGLWindow(Visual* pVisual);
+#endif
#if defined(MACOSX)
NSOpenGLView* getOpenGLView();