Increment XSync consistency

This patch cleans up a style inconsistency.
This commit is contained in:
Toaster Toaster 2014-04-07 10:53:59 -07:00 committed by Roberto E. Vargas Caballero
parent c46d929fe1
commit 3cb80840db
1 changed files with 1 additions and 1 deletions

2
st.c
View File

@ -3089,7 +3089,7 @@ xinit(void) {
xresettitle();
XMapWindow(xw.dpy, xw.win);
xhints();
XSync(xw.dpy, 0);
XSync(xw.dpy, False);
}
void