Commit 3cb8084

Toaster Toaster <toaster23456@gmail.com>
2014-04-07 13:53:59
Increment XSync consistency
This patch cleans up a style inconsistency.
1 parent c46d929
Changed files (1)
st.c
@@ -3089,7 +3089,7 @@ xinit(void) {
 	xresettitle();
 	XMapWindow(xw.dpy, xw.win);
 	xhints();
-	XSync(xw.dpy, 0);
+	XSync(xw.dpy, False);
 }
 
 void