------------------------------------------------------------------------

r4194 | acceptthis | 2013-02-10 17:27:58 +0000 (Sun, 10 Feb 2013) | 1 line

-DUSE_EGL no longer excludes the use of glx
------------------------------------------------------------------------


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4192 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-03-12 22:49:48 +00:00
parent bb613a5a76
commit b12f04e00f
1 changed files with 2 additions and 0 deletions

View File

@ -1167,7 +1167,9 @@ qboolean X11VID_Init (rendererstate_t *info, unsigned char *palette, int psl)
Sys_Error("qkHack: Error couldn't get an RGB, Double-buffered, Depth visual\n");
}
break;
default:
case PSL_NONE:
visinfo = NULL;
break; //erm
}