Introduction
Introduction Statistics Contact Development Disclaimer Help
tUse XSync() instead of XFlush() - spoon - dwm status utility (2f30 fork)
git clone git://src.adamsgaard.dk/spoon
Log
Files
Refs
LICENSE
---
commit 220e144b8b8571343211d22f246a5477cbc305d0
parent 20a26c2c7e1b352771bda8dad88573fdbcb3ade2
Author: sin <[email protected]>
Date: Sun, 15 May 2016 16:38:42 +0100
Use XSync() instead of XFlush()
Diffstat:
M spoon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/spoon.c b/spoon.c
t@@ -201,7 +201,7 @@ loop(void)
for (;;) {
entcat(line, sizeof(line));
XStoreName(dpy, root, line);
- XFlush(dpy);
+ XSync(dpy, False);
sleep(1);
}
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.