Search
lxdream.org :: lxdream/src/drivers/video_glx.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/video_glx.c
changeset 681:1755a126b109
prev676:705a5707da13
next703:585c66692be7
author nkeynes
date Sun Jun 01 00:47:45 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change First cut of the Cocoa GUI implementation
file annotate diff log raw
1.1 --- a/src/drivers/video_glx.c Tue May 27 23:59:54 2008 +0000
1.2 +++ b/src/drivers/video_glx.c Sun Jun 01 00:47:45 2008 +0000
1.3 @@ -102,7 +102,7 @@
1.4 glx_pbuffer_supported = (glx_version >= 103 ||
1.5 isServerGLXExtensionSupported(display, screen,
1.6 "GLX_SGIX_pbuffer") );
1.7 -
1.8 + glx_fbconfig_supported = FALSE;
1.9 if( glx_fbconfig_supported ) {
1.10 int nelem;
1.11 int fb_attribs[] = { GLX_DRAWABLE_TYPE,
.