summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-07 06:13:05 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-10 07:59:29 +0100
commite0a99afd0ee95fd83a40897d580362d9ab3744b0 (patch)
treeadbb66831d68497ee51c2104d38edab9da15b6a1 /include
parent385c711e749316b90aa49ea62150b5510cf6d9f2 (diff)
split the OpenGLContext::ImplInit method into its platform parts
Change-Id: I2fb8a85748497f2e9c361764e094ebf83ebeabe8
Diffstat (limited to 'include')
-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 8e4c25711328..b9c03c33afe8 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -194,6 +194,7 @@ public:
static SystemWindowData generateWinData(vcl::Window* pParent, bool bRequestLegacyContext);
private:
+ SAL_DLLPRIVATE bool InitGLEW();
SAL_DLLPRIVATE bool initWindow();
SAL_DLLPRIVATE bool ImplInit();
#if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID