Browse Source

updated my geoms function

main
Anselm R Garbe 16 years ago
parent
commit
f77a3d0a62
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      config.anselm.h

+ 3
- 3
config.anselm.h View 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;


Loading…
Cancel
Save