Explorar el Código

shadowtex: fflush stdout for cygwin

tags/mesa_7_5_rc1
Keith Whitwell hace 16 años
padre
commit
a86ef37655
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      progs/demos/shadowtex.c

+ 2
- 0
progs/demos/shadowtex.c Ver fichero

@@ -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);
}



Cargando…
Cancelar
Guardar