Higher timeout, faster window resizing

This commit is contained in:
Bert 2011-02-17 13:09:38 +01:00
parent 882e630962
commit caf982d175
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -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);