From a6270cb20664aed34fd0c46e7b483a2c596df426 Mon Sep 17 00:00:00 2001 From: Toaster Date: Mon, 7 Apr 2014 10:22:40 -0700 Subject: [PATCH] Style consistency --- 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 -- 1.9.0