- Hush the (useless) warning about the synthetic visual not being

supported.
This commit is contained in:
Adam Jackson 2007-03-15 23:00:48 +00:00
parent 4dfaac8dd1
commit 321b638d07
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- Mesa-6.5.2/src/glx/x11/glxext.c.jx 2006-11-15 09:55:47.000000000 -0500
+++ Mesa-6.5.2/src/glx/x11/glxext.c 2007-01-16 10:48:15.000000000 -0500
@@ -666,6 +666,8 @@
if ( do_delete && (m->visualID != 0) ) {
do_delete = GL_FALSE;
+ if (m->visualRating != GLX_NON_CONFORMANT_VISUAL_EXT ||
+ getenv("LIBGL_DEBUG"))
fprintf(stderr, "libGL warning: 3D driver claims to not support "
"visual 0x%02x\n", m->visualID);
}