gallium/hud: flush stdout in print_help(), for Windows
authorBrian Paul <brianp@vmware.com>
Wed, 4 Feb 2015 20:34:44 +0000 (13:34 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 7 Feb 2015 18:03:37 +0000 (11:03 -0700)
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/hud/hud_context.c

index 98678fc9f1e413e4350af3e6ab4d3bf5c9b6ce73..e46c68cdd49965edb35c189fe1eb5d7d7451df93 100644 (file)
@@ -915,6 +915,7 @@ print_help(struct pipe_screen *screen)
    }
 
    puts("");
+   fflush(stdout);
 }
 
 struct hud_context *