commit | eb9801ccfbd6d808e4761d66202bc368b86679b6 | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keithw@vmware.com> | Tue Mar 24 16:35:29 2009 +0000 |
committer | Keith Whitwell <keithw@vmware.com> | Tue Mar 24 16:35:29 2009 +0000 |
tree | a28d757e6015316801b8144b4671ccc84f2ce7ab | |
parent | cc8afbd3862fedfe42e51c3774960d1c7078ec53 [diff] [blame] |
progs/trivial: add fflushes for cygwin
diff --git a/progs/trivial/point.c b/progs/trivial/point.c index 3c472c1..49959dc 100644 --- a/progs/trivial/point.c +++ b/progs/trivial/point.c
@@ -39,6 +39,7 @@ 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); }