Introduction
Introduction Statistics Contact Development Disclaimer Help
tfixed a typo - dwm - [fork] customized build of dwm, the dynamic window manager
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit f522930a99d72a4662a7d6d495487bf77b5b6cde
parent aebd745f72d3bc049d0af68aec33cf17277b20e9
Author: [email protected] <unknown>
Date: Wed, 19 Jul 2006 13:24:58 +0200
fixed a typo
Diffstat:
M client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/client.c b/client.c
t@@ -210,7 +210,7 @@ manage(Window w, XWindowAttributes *wa)
diff = sw - c->fw;
c->fx = sx + (random() % diff ? diff : 1);
diff = sh - c->fh;
- c->fy = sx + (random() % diff ? diff : 1);
+ c->fy = sy + (random() % diff ? diff : 1);
c->border = 1;
c->proto = getproto(c->win);
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.