all repos — dwm @ 5e9acbc952ef6c323e456fbef82fa5b1c5a9cde2

my dwm build

fixed a bug reported by sander
Anselm R.Garbe arg@10ksloc.org
Thu, 17 Aug 2006 10:06:36 +0200
commit

5e9acbc952ef6c323e456fbef82fa5b1c5a9cde2

parent

a420ceab50b896a6b6edc81c2a42c4ddc75b867e

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

jump to
M client.cclient.c

@@ -296,7 +296,7 @@ }

if(c->x > sw) /* might happen on restart */ c->x = sw - c->w; if(c->y > sh) - c->y = bottom - c->h; + c->y = sh - c->h; if(sticky == TopRight || sticky == BotRight) c->x = right - c->w; if(sticky == BotLeft || sticky == BotRight)