summaryrefslogtreecommitdiff
path: root/progs/trivial/quadstrip.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/trivial/quadstrip.c')
-rw-r--r--progs/trivial/quadstrip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/quadstrip.c b/progs/trivial/quadstrip.c
index 6923afc04b..d49a9a5302 100644
--- a/progs/trivial/quadstrip.c
+++ b/progs/trivial/quadstrip.c
@@ -34,6 +34,7 @@ static void Init(void)
fprintf(stderr, "GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER));
fprintf(stderr, "GL_VERSION = %s\n", (char *) glGetString(GL_VERSION));
fprintf(stderr, "GL_VENDOR = %s\n", (char *) glGetString(GL_VENDOR));
+ fflush(stderr);
glClearColor(0.0, 0.0, 1.0, 0.0);
}