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

@@ -17,6 +17,7 @@ static void Init(void)
fprintf(stderr, "GL_VERSION = %s\n", (char *) glGetString(GL_VERSION));
fprintf(stderr, "GL_VENDOR = %s\n", (char *) glGetString(GL_VENDOR));
fprintf(stderr, "Top right corner should be red\n");
fflush(stderr);
}
static void Reshape(int width, int height)