瀏覽代碼

shadowtex: fflush stdout for cygwin

tags/mesa_7_5_rc1
Keith Whitwell 16 年之前
父節點
當前提交
a86ef37655
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      progs/demos/shadowtex.c

+ 2
- 0
progs/demos/shadowtex.c 查看文件

@@ -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…
取消
儲存