summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-05-23 02:13:28 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-05-23 02:50:42 +0200
commite4ee3dd1dc062e0ed7681f499618a6a9069b8d25 (patch)
tree5ff4a1a5056ed4efc7ed6df33807af26928a0ce5 /include
parentcfaa96546aa0fe347ee169f411d45370eb21810a (diff)
we only support GLX 1.3+
Change-Id: I2447498cf92da91a7fb2d67ee041d603ae16fe25
Diffstat (limited to 'include')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index bceb8ffb1a8d..608c9cb2ef19 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -96,7 +96,7 @@ struct GLWindow
Display* dpy;
int screen;
XLIB_Window win;
-#if defined( GLX_VERSION_1_3 ) && defined( GLX_EXT_texture_from_pixmap )
+#if defined( GLX_EXT_texture_from_pixmap )
GLXFBConfig fbc;
#endif
XVisualInfo* vi;
@@ -123,7 +123,7 @@ struct GLWindow
dpy(NULL),
screen(0),
win(0),
-#if defined( GLX_VERSION_1_3 ) && defined( GLX_EXT_texture_from_pixmap )
+#if defined( GLX_EXT_texture_from_pixmap )
fbc(0),
#endif
vi(NULL),