summaryrefslogtreecommitdiff
path: root/include/vcl/opengl/OpenGLContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/opengl/OpenGLContext.hxx')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index e77a6e994d12..37d354e576f8 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -12,7 +12,7 @@
#include <string.h>
-#include <GL/glew.h>
+#include <epoxy/gl.h>
#include <vcl/dllapi.h>
#include <vcl/window.hxx>
@@ -158,8 +158,8 @@ private:
virtual void destroyCurrentContext();
protected:
- bool InitGLEW();
- static void InitGLEWDebugging();
+ bool InitGL();
+ static void InitGLDebugging();
static void InitChildWindow(SystemChildWindow *pChildWindow);
static void BuffersSwapped();
virtual GLWindow& getModifiableOpenGLWindow() = 0;