tWell, I guess I forgot to change that after all... - ltk - Socket-based GUI for X11 (WIP)
HTML git clone git://lumidify.org/ltk.git (fast, but not encrypted)
HTML git clone https://lumidify.org/git/ltk.git (encrypted, but very slow)
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit ffdfc8d4bc5e24eab86b857e637d60c7521bf0b0
DIR parent ae7992b29f87e169510658b05c99e371d459d544
HTML Author: lumidify <nobody@lumidify.org>
Date: Tue, 29 Dec 2020 22:44:49 +0100
Well, I guess I forgot to change that after all...
Diffstat:
M ltkd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/ltkd.c b/ltkd.c
t@@ -158,7 +158,7 @@ ltk_mainloop(ltk_window *window) {
int clifd;
struct timeval tv, tv_master;
tv_master.tv_sec = 0;
- tv_master.tv_usec = 10;
+ tv_master.tv_usec = 20000;
FD_ZERO(&rallfds);
FD_ZERO(&wallfds);