On Sun, Apr 6, 2014 at 11:15 PM, Toaster Toaster <[email protected]> wrote: > On Sun, Apr 6, 2014 at 11:05 PM, Toaster Toaster <[email protected]> > wrote: >> Changes 0 to False. > > Forgot patch.
This patch cleans up a style inconsistency.
From a6270cb20664aed34fd0c46e7b483a2c596df426 Mon Sep 17 00:00:00 2001 From: Toaster <[email protected]> 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
