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
  1. 2
      st.c

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

Loading…
Cancel
Save