aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-17 13:09:38 +0100
committerBert <ber.t@gmx.com>2011-02-17 13:09:38 +0100
commitcaf982d175729603eee4f19382394ab66d4a469c (patch)
tree030e9b4f83ecaaad31b68d41db7e8aba18c38d3b /main.c
parent882e630962423a1d60e0722804fe2f9109de9891 (diff)
downloadnsxiv-caf982d175729603eee4f19382394ab66d4a469c.tar.zst
Higher timeout, faster window resizing
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 9e5965b..bbbeb59 100644
--- a/main.c
+++ b/main.c
@@ -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);