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>
This commit is contained in:
Troy Sankey 2014-06-18 10:41:26 -07:00 committed by Roberto E. Vargas Caballero
parent c2fd2754eb
commit 58eaa998b3
1 changed files with 1 additions and 0 deletions

1
st.c
View File

@ -2993,6 +2993,7 @@ xzoom(const Arg *arg) {
xloadfonts(usedfont, usedfontsize + arg->i);
cresize(0, 0);
redraw(0);
xhints();
}
void