summaryrefslogtreecommitdiff
path: root/progs/trivial/line-wide.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/trivial/line-wide.c')
-rw-r--r--progs/trivial/line-wide.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/line-wide.c b/progs/trivial/line-wide.c
index f20505378cb..b74021dea73 100644
--- a/progs/trivial/line-wide.c
+++ b/progs/trivial/line-wide.c
@@ -39,6 +39,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);
}