Browse Source

Increment XSync consistency

This patch cleans up a style inconsistency.
master
Toaster Toaster 11 years ago
committed by Roberto E. Vargas Caballero
parent
commit
3cb80840db
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      st.c

+ 1
- 1
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


Loading…
Cancel
Save