diff options
author | Christoph Lohmann <20h@r-36.net> | 2014-03-01 09:22:57 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2014-03-01 09:22:57 +0100 |
commit | d2ec39f0ef4b9d7f291aeba548a56144fce8a42f (patch) | |
tree | 150b3698194f98dbc500b29c3a19b949012f188a | |
parent | cdb3b1892af40110660da8c3f6fc06b1b054fd12 (diff) |
Style matters.
-rw-r--r-- | st.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); } |