浏览代码

updated my geoms function

Anselm R Garbe 17 年之前
父节点
当前提交
f77a3d0a62
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      config.anselm.h

+ 3 - 3
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;