Introduction
Introduction Statistics Contact Development Disclaimer Help
tand another fix... - dwm - [fork] customized build of dwm, the dynamic window …
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 18be893b660025985508d6fcf5c9abdf42ce9929
parent 0fb1842fd0a2ef77cd5bc4cb882490f9fc994ab8
Author: [email protected] <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(-)
---
diff --git a/client.c b/client.c
t@@ -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;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.