diff options
author | Keith Whitwell <[email protected]> | 2009-03-24 16:35:29 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-03-24 16:35:29 +0000 |
commit | eb9801ccfbd6d808e4761d66202bc368b86679b6 (patch) | |
tree | a28d757e6015316801b8144b4671ccc84f2ce7ab /progs/trivial/clear-fbo-tex.c | |
parent | cc8afbd3862fedfe42e51c3774960d1c7078ec53 (diff) |
progs/trivial: add fflushes for cygwin
Diffstat (limited to 'progs/trivial/clear-fbo-tex.c')
-rw-r--r-- | progs/trivial/clear-fbo-tex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/clear-fbo-tex.c b/progs/trivial/clear-fbo-tex.c index eccfde5ae63..a206676e48e 100644 --- a/progs/trivial/clear-fbo-tex.c +++ b/progs/trivial/clear-fbo-tex.c @@ -27,6 +27,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); if (!glutExtensionSupported("GL_EXT_framebuffer_object")) { |