From 950561d04be8cbbe2f8025842748a40bf183050b Mon Sep 17 00:00:00 2001 From: ikits Date: Thu, 17 Jun 2004 17:16:14 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@274 783a27ee-832a-0410-bc00-9f386506c6dd --- src/visualinfo.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/visualinfo.c b/src/visualinfo.c index 3e9b93b..3ef611e 100644 --- a/src/visualinfo.c +++ b/src/visualinfo.c @@ -663,6 +663,8 @@ VisualInfo (GLContext* ctx) fprintf(file, "gs "); else if (GLX_STATIC_GRAY == value) fprintf(file, "sg "); + else if (GLX_X_VISUAL_TYPE == value) + fprintf(file, " . "); else fprintf(file, " ? "); }