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-06-07 05:03:04 +0200
commit160f171417540ec5ee80630c7cc488c260206e33 (patch)
tree632f1042ba11ef8037cf6695ca2e35a6d2824676 /include
parent7296f47cc989949f9fe9d0d914adda31c5a050b8 (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),