[Mesa-dev] [PATCH 1/2] gallium/hud: flush stdout in print_help(), for Windows

Brian Paul brianp at vmware.com
Wed Feb 4 12:46:47 PST 2015


---
 src/gallium/auxiliary/hud/hud_context.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/auxiliary/hud/hud_context.c b/src/gallium/auxiliary/hud/hud_context.c
index 98678fc..e46c68c 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 *
-- 
1.9.1



More information about the mesa-dev mailing list