change clear color
authorBrian <brian.paul@tungstengraphics.com>
Mon, 18 Jun 2007 12:57:36 +0000 (06:57 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 18 Jun 2007 12:57:36 +0000 (06:57 -0600)
progs/trivial/line.c

index ff18f07ae442c9b3f24b94bb096b1c9e78de7272..93f10b897b263d8077b48c1c60061155fa734486 100644 (file)
@@ -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)