summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-02-04 13:34:44 -0700
committerBrian Paul <brianp@vmware.com>2015-02-07 11:03:37 -0700
commit6447e9dbfad851f700266dda8003b76e172ae92b (patch)
treeab4372f2e27b99496cc2419020bbdb1a9151ea4d
parent7ea1e3749738c63388d3bcca327e4e4dd28f17b8 (diff)
gallium/hud: flush stdout in print_help(), for Windows
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
-rw-r--r--src/gallium/auxiliary/hud/hud_context.c1
1 files changed, 1 insertions, 0 deletions
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 *