Commit 58eaa99

Troy Sankey <sankeytms@gmail.com>
2014-06-18 13:41:26
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 <k0ga@shike2.com>
1 parent c2fd275
Changed files (1)
st.c
@@ -2993,6 +2993,7 @@ xzoom(const Arg *arg) {
 	xloadfonts(usedfont, usedfontsize + arg->i);
 	cresize(0, 0);
 	redraw(0);
+	xhints();
 }
 
 void