filename | src/drivers/video_glx.c |
changeset | 703:585c66692be7 |
prev | 681:1755a126b109 |
next | 736:a02d1475ccfd |
author | nkeynes |
date | Sun Jun 22 21:27:28 2008 +0000 (12 years ago) |
permissions | -rw-r--r-- |
last change | Remove forcible fbconfig disable (misplaced testing code) |
file | annotate | diff | log | raw |
1.1 --- a/src/drivers/video_glx.c Sun Jun 01 00:47:45 2008 +00001.2 +++ b/src/drivers/video_glx.c Sun Jun 22 21:27:28 2008 +00001.3 @@ -102,7 +102,6 @@1.4 glx_pbuffer_supported = (glx_version >= 103 ||1.5 isServerGLXExtensionSupported(display, screen,1.6 "GLX_SGIX_pbuffer") );1.7 - glx_fbconfig_supported = FALSE;1.8 if( glx_fbconfig_supported ) {1.9 int nelem;1.10 int fb_attribs[] = { GLX_DRAWABLE_TYPE,
.