updated my geoms function f77a3d0a
Anselm R Garbe · 2008-03-13 10:25 1 file(s) · +3 −3
config.anselm.h +3 −3
58 58
	mx = wx;
59 59
	my = wy;
60 60
	mw = 1280;
61 -
	mh = 800;
61 +
	mh = 800 - bh;
62 62
63 63
	/* tile area */
64 64
	tx = 1280;
65 65
	ty = 0;
66 -
	tw = ww - 1280;
67 -
	th = wh;
66 +
	tw = sw - 1280;
67 +
	th = sh;
68 68
69 69
	/* monocle area */
70 70
	mox = mx;