Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Style matters.
[st.git]
/
st.c
diff --git
a/st.c
b/st.c
index
cad61bf
..
9371b62
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-2801,7
+2801,8
@@
xhints(void) {
sizeh->min_height = sizeh->max_height = xw.fh;
}
- XSetWMProperties(xw.dpy, xw.win, NULL, NULL, NULL, 0, sizeh, &wm, &class);
+ XSetWMProperties(xw.dpy, xw.win, NULL, NULL, NULL, 0, sizeh, &wm,
+ &class);
XFree(sizeh);
}