Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch
[mesa.git] / progs / trivial / line.c
index 58bad91b05aa274c0949dc5c37ce25b9855c02e5..b435a2689a09b5ef34715966f5c8a98544496e30 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)