config.def.h
changeset 1166 bf38679903b3
parent 1160 bf37ef388dd6
child 1167 20b9ccde4bb5
equal deleted inserted replaced
1165:3ac7eb240b52 1166:bf38679903b3
    18 	{ "Gimp",	NULL,		NULL,		NULL,		True },
    18 	{ "Gimp",	NULL,		NULL,		NULL,		True },
    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 double mfact = 0.55;
    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*sw, wh, mx+mw, wy, ww-mw, wh,  wx, wy, ww, wh)
    25 DEFGEOM(dual,    0,  0,1280, 0, bh, ww, wh-bh, wx, wy, 1280,800-bh,  1280,  0, ww-mw, sh,  mx, my, mw, mh)
    25 DEFGEOM(dual,    0,  0,1280, 0, bh, ww, wh-bh, wx, wy, 1280,800-bh,  1280,  0, ww-mw, sh,  mx, my, mw, mh)
    26 
    26 
    27 Geom geoms[] = {
    27 Geom geoms[] = {
    28 	/* symbol	function */
    28 	/* symbol	function */