浏览代码

Merge branch 'master' into thumbs

Conflicts:
	Makefile
master
Bert 14 年前
父节点
当前提交
15041f6100
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      main.c

+ 1
- 1
main.c 查看文件

@@ -485,7 +485,7 @@ void run() {
continue;
} else if (timeout) {
t.tv_sec = 0;
t.tv_usec = 250;
t.tv_usec = 75000;
xfd = ConnectionNumber(win.env.dpy);
FD_ZERO(&fds);
FD_SET(xfd, &fds);


正在加载...
取消
保存