Increment XSync consistency
This patch cleans up a style inconsistency.
This commit is contained in:
parent
c46d929fe1
commit
3cb80840db
2
st.c
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…
x
Reference in New Issue
Block a user