projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ea1e37
)
gallium/hud: flush stdout in print_help(), for Windows
author
Brian Paul
<brianp@vmware.com>
Wed, 4 Feb 2015 20:34:44 +0000
(13:34 -0700)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/hud/hud_context.c
b/src/gallium/auxiliary/hud/hud_context.c
index 98678fc9f1e413e4350af3e6ab4d3bf5c9b6ce73..e46c68cdd49965edb35c189fe1eb5d7d7451df93 100644
(file)
--- 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 *