remove stray 'foo' line
[mesa.git] / src / glx / x11 / glxextensions.c
index d2597981cf304e3855ef69bfab48a99a1fa35fd9..3e4fc0d19f14fcf7af867a33231e98ae651b97cf 100644 (file)
@@ -107,6 +107,7 @@ static const struct extension_info known_glx_extensions[] = {
    { GLX(SGIX_video_source),           VER(0,0), N, N, N, N },
    { GLX(SGIX_visual_select_group),    VER(0,0), Y, Y, N, N },
    { GLX(SUN_get_transparent_index),   VER(0,0), N, N, N, N },
+   { GLX(EXT_texture_from_pixmap),     VER(0,0), Y, N, N, N },
    { NULL }
 };