Increment XSync consistency
This patch cleans up a style inconsistency.
This commit is contained in:
parent
c46d929fe1
commit
3cb80840db
1 changed files with 1 additions and 1 deletions
2
st.c
2
st.c
|
@ -3089,7 +3089,7 @@ xinit(void) {
|
|||
xresettitle();
|
||||
XMapWindow(xw.dpy, xw.win);
|
||||
xhints();
|
||||
XSync(xw.dpy, 0);
|
||||
XSync(xw.dpy, False);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue