progs/trivial: add fflushes for cygwin
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user