Increment XSync consistency

This patch cleans up a style inconsistency.
master
Toaster Toaster 10 years ago committed by Roberto E. Vargas Caballero
parent c46d929fe1
commit 3cb80840db

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

Loading…
Cancel
Save