progs/trivial: add fflushes for cygwin
This commit is contained in:
@@ -41,6 +41,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);
|
||||
|
||||
glClearColor(0.0, 0.0, 1.0, 0.0);
|
||||
glClipPlane(GL_CLIP_PLANE0, plane);
|
||||
|
Reference in New Issue
Block a user