JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
updated my geoms function
authorAnselm R Garbe <garbeam@gmail.com>
Thu, 13 Mar 2008 10:25:50 +0000 (10:25 +0000)
committerAnselm R Garbe <garbeam@gmail.com>
Thu, 13 Mar 2008 10:25:50 +0000 (10:25 +0000)
config.anselm.h

index 990575d..77af948 100644 (file)
@@ -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;