From 20220575bd5b3a99dd60842febcb0e40edfc3457 Mon Sep 17 00:00:00 2001 From: Andreev Gregory <1@example.com> Date: Sat, 1 Mar 2025 17:41:31 +0300 Subject: [PATCH] applied patch expected anysize to st 0.9 --- x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x.c b/x.c index 2a3bd38..8c6e27e 100644 --- a/x.c +++ b/x.c @@ -869,8 +869,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;