projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b048d8e
)
fix cast
author
Alan Hourihane
<alanh@tungstengraphics.com>
Mon, 19 Mar 2001 13:27:15 +0000
(13:27 +0000)
committer
Alan Hourihane
<alanh@tungstengraphics.com>
Mon, 19 Mar 2001 13:27:15 +0000
(13:27 +0000)
progs/samples/sphere.c
patch
|
blob
|
history
diff --git
a/progs/samples/sphere.c
b/progs/samples/sphere.c
index 3605df23801105783840d3f743ed18aac81a2fdb..cbe2cb1868b22e99d5c26a83309100060e658074 100644
(file)
--- a/
progs/samples/sphere.c
+++ b/
progs/samples/sphere.c
@@
-692,7
+692,7
@@
void Init(void)
float lmodel_twoside[] = {GL_TRUE};
int w, h;
GLenum format;
-
char
*image;
+
GLubyte
*image;
printf("GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER));