summaryrefslogtreecommitdiff
path: root/progs/trivial/tri-stipple.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/trivial/tri-stipple.c')
-rw-r--r--progs/trivial/tri-stipple.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/tri-stipple.c b/progs/trivial/tri-stipple.c
index 33e6dd16a7..aa94fa224b 100644
--- a/progs/trivial/tri-stipple.c
+++ b/progs/trivial/tri-stipple.c
@@ -51,6 +51,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);
glEnable (GL_POLYGON_STIPPLE);
glPolygonStipple (fly);