From: Troy Sankey Date: Wed, 18 Jun 2014 17:41:26 +0000 (-0700) Subject: update size hints on zoom X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=commitdiff_plain;h=58eaa998b37bc44acbf4356a3bc4116acf570893 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 --- 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