updated my geoms function

This commit is contained in:
Anselm R Garbe 2008-03-13 10:25:50 +00:00
parent 8aa1533879
commit f77a3d0a62
1 changed files with 3 additions and 3 deletions

View File

@ -58,13 +58,13 @@ setanselmgeoms(void) {
mx = wx; mx = wx;
my = wy; my = wy;
mw = 1280; mw = 1280;
mh = 800; mh = 800 - bh;
/* tile area */ /* tile area */
tx = 1280; tx = 1280;
ty = 0; ty = 0;
tw = ww - 1280; tw = sw - 1280;
th = wh; th = sh;
/* monocle area */ /* monocle area */
mox = mx; mox = mx;