Difference for crossedit/CrFace.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 83
 
Line 83
     if (!tmp)      if (!tmp)
  tmp = &empty_archetype->clone;   tmp = &empty_archetype->clone;
   
     FaceDraw (wd, w->crFace.gc, tmp->face, x * FONTSIZE, y * FONTSIZE);      FaceDraw (wd, w->crFace.gc, tmp->face, x * FontSize, y * FontSize);
     return (0);      return (0);
 }  }
   
Line 123
 
Line 123
   
   if(!self->crFace.ob) return;    if(!self->crFace.ob) return;
   GetConst(w,&minx,&miny,&maxx,&maxy);    GetConst(w,&minx,&miny,&maxx,&maxy);
   *width = (maxx - minx + 1) * FONTSIZE;    *width = (maxx - minx + 1) * FontSize;
   *height = (maxy - miny + 1) * FONTSIZE;    *height = (maxy - miny + 1) * FontSize;
 }  }
   
 /**********************************************************************  /**********************************************************************


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:49