Introduction
Introduction Statistics Contact Development Disclaimer Help
tIncrement XSync consistency - st - [fork] customized build of st, the simple t…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 3cb80840dbf9add2b5f9c26da9650da39e34906d
parent c46d929fe18e4a3c9c41101eafa7a9668c8c8830
Author: Toaster Toaster <[email protected]>
Date: Mon, 7 Apr 2014 10:53:59 -0700
Increment XSync consistency
This patch cleans up a style inconsistency.
Diffstat:
M st.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/st.c b/st.c
t@@ -3089,7 +3089,7 @@ xinit(void) {
xresettitle();
XMapWindow(xw.dpy, xw.win);
xhints();
- XSync(xw.dpy, 0);
+ XSync(xw.dpy, False);
}
void
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.