From 58eaa998b37bc44acbf4356a3bc4116acf570893 Mon Sep 17 00:00:00 2001 From: Troy Sankey Date: Wed, 18 Jun 2014 10:41:26 -0700 Subject: [PATCH] update size hints on zoom On font zooming (i.e. xzoom()), window size hints are not updated. This patch does that. Signed-off-by: Roberto E. Vargas Caballero --- st.c | 1 + 1 file changed, 1 insertion(+) diff --git a/st.c b/st.c index 2cf9a26..26053b0 100644 --- a/st.c +++ b/st.c @@ -2993,6 +2993,7 @@ xzoom(const Arg *arg) { xloadfonts(usedfont, usedfontsize + arg->i); cresize(0, 0); redraw(0); + xhints(); } void -- libgit2 1.1.1