and another fix... - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 18be893b660025985508d6fcf5c9abdf42ce9929
 (DIR) parent 0fb1842fd0a2ef77cd5bc4cb882490f9fc994ab8
 (HTM) Author: arg@10ksloc.org <unknown>
       Date:   Wed, 19 Jul 2006 13:30:18 +0200
       
       and another fix...
       
       Diffstat:
         M client.c                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/client.c b/client.c
       @@ -209,7 +209,7 @@ manage(Window w, XWindowAttributes *wa)
        
                diff = sw - c->fw;
                c->fx = random() % (diff ? diff : 1);
       -        diff = sh - c->fh;
       +        diff = sh - c->fh - bh;
                c->fy = random() % (diff ? diff : 1);
        
                c->border = 1;