Commit f77a3d0

Anselm R Garbe <garbeam@gmail.com>
2008-03-13 06:25:50
updated my geoms function
1 parent 8aa1533
Changed files (1)
config.anselm.h
@@ -58,13 +58,13 @@ setanselmgeoms(void) {
 	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;