From 3cb80840dbf9add2b5f9c26da9650da39e34906d Mon Sep 17 00:00:00 2001 From: Toaster Toaster Date: Mon, 7 Apr 2014 10:53:59 -0700 Subject: [PATCH] Increment XSync consistency This patch cleans up a style inconsistency. --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st.c b/st.c index 392f12d..6fef7f3 100644 --- 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 -- libgit2 1.1.1