progs/trivial: add fflushes for cygwin

This commit is contained in:
Keith Whitwell
2009-03-24 16:35:29 +00:00
parent cc8afbd386
commit eb9801ccfb
115 changed files with 116 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ 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.3, 0.1, 0.3, 0.0);