From: Brian Paul Date: Wed, 4 Feb 2015 20:34:44 +0000 (-0700) Subject: gallium/hud: flush stdout in print_help(), for Windows X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6447e9dbfad851f700266dda8003b76e172ae92b;p=mesa.git gallium/hud: flush stdout in print_help(), for Windows Reviewed-by: Marek Olšák --- diff --git a/src/gallium/auxiliary/hud/hud_context.c b/src/gallium/auxiliary/hud/hud_context.c index 98678fc9f1e..e46c68cdd49 100644 --- a/src/gallium/auxiliary/hud/hud_context.c +++ b/src/gallium/auxiliary/hud/hud_context.c @@ -915,6 +915,7 @@ print_help(struct pipe_screen *screen) } puts(""); + fflush(stdout); } struct hud_context *