Diff for /Amaya/amaya/XHTMLbuilder.c between versions 1.156 and 1.157

version 1.156, 2009/01/09 08:56:39 version 1.157, 2009/04/07 06:39:56
Line 1590  void CreateAttrWidthPercentPxl (const ch Line 1590  void CreateAttrWidthPercentPxl (const ch
   
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
   CreateAttrHeightPercentPxl    CreateAttrHeightPercentPxl
   an HTML attribute "width" has been created for a Table, an image,    an HTML attribute "height" has been created for a Table, an image,
   an Object or a HR.    an Object or a HR.
   Create the corresponding attribute IntHeightPercent or IntHeightPxl.    Create the corresponding attribute IntHeightPercent or IntHeightPxl.
   oldHeight is -1 or the old image width.    oldHeight is -1 or the old image height.
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 void CreateAttrHeightPercentPxl (const char *buffer, Element el,  void CreateAttrHeightPercentPxl (const char *buffer, Element el,
                                  Document doc, int oldHeight)                                   Document doc, int oldHeight)

Removed from v.1.156  
changed lines
  Added in v.1.157


Webmaster