GLX: Change GLX client vendor string to "Mesa Project and SGI"

This change allows a certain closed-source browser plug-in to work
with open-source drivers.
This commit is contained in:
Ian Romanick 2009-11-06 14:52:49 -08:00
parent 9348ac03ce
commit 26d2ce0a09

View file

@ -50,7 +50,7 @@
#include <xcb/glx.h>
#endif
static const char __glXGLXClientVendorName[] = "SGI";
static const char __glXGLXClientVendorName[] = "Mesa Project and SGI";
static const char __glXGLXClientVersion[] = "1.4";