projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc95b2f
)
Fixed a MacOS specific compile error.
author
Miklos Fazekas
<boga@valerie.inf.elte.hu>
Sat, 16 Oct 1999 12:53:37 +0000
(12:53 +0000)
committer
Miklos Fazekas
<boga@valerie.inf.elte.hu>
Sat, 16 Oct 1999 12:53:37 +0000
(12:53 +0000)
src/mesa/drivers/glide/fxdd.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/glide/fxdd.c
b/src/mesa/drivers/glide/fxdd.c
index 22d24ff2050a17b75eaffc6ce7e3df8072cdf974..6eed8ce290e8bed4dc4d6666a7dc910ddee536e6 100644
(file)
--- a/
src/mesa/drivers/glide/fxdd.c
+++ b/
src/mesa/drivers/glide/fxdd.c
@@
-360,7
+360,7
@@
static const GLubyte *fxDDGetString(GLcontext *ctx, GLenum name)
#if defined(GLX_DIRECT_RENDERING)
return "Mesa Glide - DRI VB/V3";
#else
- return "Mesa Glide";
+ return
(GLubyte*)
"Mesa Glide";
#endif
default:
return NULL;