Selaa lähdekoodia

Higher timeout, faster window resizing

master
Bert 14 vuotta sitten
vanhempi
commit
caf982d175
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      main.c

+ 1
- 1
main.c Näytä tiedosto

@@ -454,7 +454,7 @@ void run() {
while (1) {
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);


||||||
x
 
000:0
Loading…
Peruuta
Tallenna