*** empty log message ***

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@274 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2004-06-17 17:16:14 +00:00
parent 31e5ea08fb
commit 950561d04b

View File

@ -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, " ? ");
}