소스 검색

Merge branch 'master' into thumbs

Conflicts:
	Makefile
master
Bert 13 년 전
부모
커밋
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);


불러오는 중...
취소
저장