diff options
| -rw-r--r-- | st.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 | ||
