aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2014-03-01 09:22:57 +0100
committerChristoph Lohmann <20h@r-36.net>2014-03-01 09:22:57 +0100
commitd2ec39f0ef4b9d7f291aeba548a56144fce8a42f (patch)
tree150b3698194f98dbc500b29c3a19b949012f188a
parentcdb3b1892af40110660da8c3f6fc06b1b054fd12 (diff)
downloadst-patched-d2ec39f0ef4b9d7f291aeba548a56144fce8a42f.tar.bz2
st-patched-d2ec39f0ef4b9d7f291aeba548a56144fce8a42f.tar.xz
st-patched-d2ec39f0ef4b9d7f291aeba548a56144fce8a42f.zip
Style matters.
-rw-r--r--st.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/st.c b/st.c
index cad61bf..9371b62 100644
--- a/st.c
+++ b/st.c
@@ -2801,7 +2801,8 @@ xhints(void) {
2801 sizeh->min_height = sizeh->max_height = xw.fh; 2801 sizeh->min_height = sizeh->max_height = xw.fh;
2802 } 2802 }
2803 2803
2804 XSetWMProperties(xw.dpy, xw.win, NULL, NULL, NULL, 0, sizeh, &wm, &class); 2804 XSetWMProperties(xw.dpy, xw.win, NULL, NULL, NULL, 0, sizeh, &wm,
2805 &class);
2805 XFree(sizeh); 2806 XFree(sizeh);
2806} 2807}
2807 2808