projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97fc768
)
change clear color
author
Brian
<brian.paul@tungstengraphics.com>
Mon, 18 Jun 2007 12:57:36 +0000
(06:57 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Mon, 18 Jun 2007 12:57:36 +0000
(06:57 -0600)
progs/trivial/line.c
patch
|
blob
|
history
diff --git
a/progs/trivial/line.c
b/progs/trivial/line.c
index ff18f07ae442c9b3f24b94bb096b1c9e78de7272..93f10b897b263d8077b48c1c60061155fa734486 100644
(file)
--- a/
progs/trivial/line.c
+++ b/
progs/trivial/line.c
@@
-40,7
+40,7
@@
static void Init(void)
fprintf(stderr, "GL_VERSION = %s\n", (char *) glGetString(GL_VERSION));
fprintf(stderr, "GL_VENDOR = %s\n", (char *) glGetString(GL_VENDOR));
- glClearColor(0.
0, 0.0, 1.0
, 0.0);
+ glClearColor(0.
3, 0.3, 0.3
, 0.0);
}
static void Reshape(int width, int height)