[hackers] [st] update size hints on zoom || Troy Sankey

From: <git_AT_suckless.org>
Date: Sat, 21 Jun 2014 10:25:25 +0200

commit 58eaa998b37bc44acbf4356a3bc4116acf570893
Author: Troy Sankey <sankeytms_AT_gmail.com>
Date: Wed Jun 18 10:41:26 2014 -0700

    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_AT_shike2.com>

diff --git a/st.c b/st.c
index 2cf9a26..26053b0 100644
--- a/st.c
+++ b/st.c
_AT_@ -2993,6 +2993,7 @@ xzoom(const Arg *arg) {
         xloadfonts(usedfont, usedfontsize + arg->i);
         cresize(0, 0);
         redraw(0);
+ xhints();
 }
 
 void
Received on Sat Jun 21 2014 - 10:25:25 CEST

This archive was generated by hypermail 2.3.0 : Sat Jun 21 2014 - 10:36:11 CEST