Merge remote branch 'origin/mesa_7_6_branch'
[mesa.git] / progs / trivial / clear-undefined.c
index ce066bf8e6fed702ebae695b0eaa025fcd61c998..5ec33bf3d78d6fda74c3a38afc1b674a8da903a0 100644 (file)
@@ -17,6 +17,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));
    fprintf(stderr, "Top right corner should be red\n");
+   fflush(stderr);
 }
 
 static void Reshape(int width, int height)