summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-11-06 14:52:49 -0800
committerIan Romanick <ian.d.romanick@intel.com>2009-11-06 14:52:49 -0800
commit26d2ce0a09f1aac628519cf3473fcabd3f149446 (patch)
treec88976e5ab12e55755c53e8a355b111cc5c2a91f /src
parent9348ac03ce23392013ba22c22a182eea4453027a (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/glx/x11/glxcmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/glxcmds.c b/src/glx/x11/glxcmds.c
index c63116bab7..daa9076471 100644
--- a/src/glx/x11/glxcmds.c
+++ b/src/glx/x11/glxcmds.c
@@ -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";