X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=st.c;h=9371b628b4493684eef6c941f85ca135059a3d88;hp=cad61bf6796907a1606c4a0aefe232277bff6650;hb=d2ec39f0ef4b9d7f291aeba548a56144fce8a42f;hpb=cdb3b1892af40110660da8c3f6fc06b1b054fd12 diff --git a/st.c b/st.c index cad61bf..9371b62 100644 --- 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); }