浏览代码

Timeout initial redraw

master
Miroslav Koskar Bert Münnich 11 年前
父节点
当前提交
4cbc7346ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      main.c

+ 1
- 1
main.c 查看文件

@@ -644,7 +644,7 @@ void run(void)
bool discard, to_set;
XEvent ev, nextev;

redraw();
set_timeout(redraw, 25, false);

while (true) {
while (mode == MODE_THUMB && tns.cnt < filecnt &&


正在加载...
取消
保存