commit 3cb80840dbf9add2b5f9c26da9650da39e34906d parent c46d929fe18e4a3c9c41101eafa7a9668c8c8830 Author: Toaster Toaster <toaster23456@gmail.com> Date: Mon, 7 Apr 2014 10:53:59 -0700 Increment XSync consistency This patch cleans up a style inconsistency. Diffstat:
st.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/st.c b/st.c @@ -3089,7 +3089,7 @@ xinit(void) { xresettitle(); XMapWindow(xw.dpy, xw.win); xhints(); - XSync(xw.dpy, 0); + XSync(xw.dpy, False); } void