From: Toaster Toaster <toaster23456@gmail.com>
Date: Mon, 7 Apr 2014 17:53:59 +0000 (-0700)
Subject: Increment XSync consistency
X-Git-Url: https://git.owens.tech/assets/dummy.html/assets/dummy.html/git?a=commitdiff_plain;h=3cb80840dbf9add2b5f9c26da9650da39e34906d;p=st.git

Increment XSync consistency

This patch cleans up a style inconsistency.
---

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