all repos — dwm @ 5ccd42f80752be8f5152e09ecd250ba42739bf6d

my dwm build

fix big-border corner case
Connor Lane Smith cls@lubutu.com
Sun, 30 Oct 2011 12:14:34 +0100
commit

5ccd42f80752be8f5152e09ecd250ba42739bf6d

parent

1586b7a02d15df7648552ded5b370b80996dd94a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M dwm.cdwm.c

@@ -1606,7 +1606,7 @@ showhide(c->snext);

} else { /* hide clients bottom up */ showhide(c->snext); - XMoveWindow(dpy, c->win, c->w * -2, c->y); + XMoveWindow(dpy, c->win, WIDTH(c) * -2, c->y); } }