config.def.h
changeset 1175 595ed1a4447c
parent 1168 f525cd0cfbd6
child 1183 b20561489ffb
equal deleted inserted replaced
1174:cb9dcaba37b6 1175:595ed1a4447c
    19 };
    19 };
    20 
    20 
    21 /* geometries, s{x,y,w,h} and bh are already initualized here */
    21 /* geometries, s{x,y,w,h} and bh are already initualized here */
    22 /*   func name  bx  by  bw  wx  wy  ww     wh  mx  my       mw  mh     tx  ty     tw  th  mox moy mow moh */
    22 /*   func name  bx  by  bw  wx  wy  ww     wh  mx  my       mw  mh     tx  ty     tw  th  mox moy mow moh */
    23 #define MFACT			0.55	/* master width factor [0.1 .. 0.9] */
    23 #define MFACT			0.55	/* master width factor [0.1 .. 0.9] */
    24 DEFGEOM(single,  0,  0, sw,  0, bh, sw, sh-bh, wx, wy, mfact*sw, wh, mx+mw, wy, ww-mw, wh,  wx, wy, ww, wh)
    24 DEFGEOM(single,  0,  0, sw,  0, bh, sw, sh-bh, wx, wy, mfact*ww, wh, mx+mw, wy, ww-mw, wh,  wx, wy, ww, wh)
    25 
    25 
    26 Geom geoms[] = {
    26 Geom geoms[] = {
    27 	/* symbol	function */
    27 	/* symbol	function */
    28 	{ "[]",		single },	/* first entry is default */
    28 	{ "[]",		single },	/* first entry is default */
    29 };
    29 };