mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 08:50:09 +01:00
shadowtex: fflush stdout for cygwin
This commit is contained in:
parent
f4a286e5f5
commit
a86ef37655
1 changed files with 2 additions and 0 deletions
|
|
@ -788,6 +788,7 @@ Key(unsigned char key, int x, int y)
|
|||
exit(0);
|
||||
break;
|
||||
}
|
||||
fflush(stdout);
|
||||
glutPostRedisplay();
|
||||
}
|
||||
|
||||
|
|
@ -1014,6 +1015,7 @@ PrintHelp(void)
|
|||
printf(" <shift> + cursor keys = rotate light source\n");
|
||||
if (HaveEXTshadowFuncs)
|
||||
printf(" o = cycle through comparison modes\n");
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue