apply patch st-expected-anysize-0.9.diff

This commit is contained in:
2026-01-21 07:45:51 +01:00
parent 98a2dd55b0
commit 6dd2af8162

4
x.c
View File

@@ -882,8 +882,8 @@ xhints(void)
sizeh->flags = PSize | PResizeInc | PBaseSize | PMinSize;
sizeh->height = win.h;
sizeh->width = win.w;
sizeh->height_inc = win.ch;
sizeh->width_inc = win.cw;
sizeh->height_inc = 1;
sizeh->width_inc = 1;
sizeh->base_height = 2 * borderpx;
sizeh->base_width = 2 * borderpx;
sizeh->min_height = win.ch + 2 * borderpx;