aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe2008-04-08 11:49:35 +0100
committerAnselm R Garbe2008-04-08 11:49:35 +0100
commit0a2d3117b2af495864ed1d5bb68f4a2ff34253a1 (patch)
tree91c4ea0306368fea900edb0ebfe14c085862e667 /config.def.h
parent207d66eaa086b88549026737382807b5d32b09f5 (diff)
downloadaur-0a2d3117b2af495864ed1d5bb68f4a2ff34253a1.tar.gz
geometry fix proposed by Jukka
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 23c90f63a511..c1c9653f07c1 100644
--- a/config.def.h
+++ b/config.def.h
@@ -21,7 +21,7 @@ Rule rules[] = {
/* geometries, s{x,y,w,h} and bh are already initualized here */
/* func name bx by bw wx wy ww wh mx my mw mh tx ty tw th mox moy mow moh */
#define MFACT 0.55 /* master width factor [0.1 .. 0.9] */
-DEFGEOM(single, 0, 0, sw, 0, bh, sw, sh-bh, wx, wy, mfact*sw, wh, mx+mw, wy, ww-mw, wh, wx, wy, ww, wh)
+DEFGEOM(single, 0, 0, sw, 0, bh, sw, sh-bh, wx, wy, mfact*ww, wh, mx+mw, wy, ww-mw, wh, wx, wy, ww, wh)
Geom geoms[] = {
/* symbol function */