Style matters.

This commit is contained in:
Christoph Lohmann 2014-03-01 09:22:57 +01:00
parent cdb3b1892a
commit d2ec39f0ef
1 changed files with 2 additions and 1 deletions

3
st.c
View File

@ -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);
}