# HG changeset patch # User Anselm R Garbe # Date 1205403950 0 # Node ID a3a1d5c8a9ec82960b4757a1602519823e677a87 # Parent 1093eb5e35bd21185c6f370bafb85f3b41de1889 updated my geoms function diff -r 1093eb5e35bd -r a3a1d5c8a9ec config.anselm.h --- a/config.anselm.h Thu Mar 13 10:24:02 2008 +0000 +++ b/config.anselm.h Thu Mar 13 10:25:50 2008 +0000 @@ -58,13 +58,13 @@ mx = wx; my = wy; mw = 1280; - mh = 800; + mh = 800 - bh; /* tile area */ tx = 1280; ty = 0; - tw = ww - 1280; - th = wh; + tw = sw - 1280; + th = sh; /* monocle area */ mox = mx;