mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-22 07:15:59 +01:00
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:
parent
c2fd2754eb
commit
58eaa998b3
1 changed files with 1 additions and 0 deletions
1
st.c
1
st.c
|
@ -2993,6 +2993,7 @@ xzoom(const Arg *arg) {
|
||||||
xloadfonts(usedfont, usedfontsize + arg->i);
|
xloadfonts(usedfont, usedfontsize + arg->i);
|
||||||
cresize(0, 0);
|
cresize(0, 0);
|
||||||
redraw(0);
|
redraw(0);
|
||||||
|
xhints();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue