소스 검색

Higher timeout, faster window resizing

master
Bert 14 년 전
부모
커밋
caf982d175
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      main.c

+ 1
- 1
main.c 파일 보기

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


||||||
x
 
000:0
불러오는 중...
취소
저장