Diff for /Amaya/amaya/XHTMLbuilder.c between versions 1.97 and 1.98

version 1.97, 2003/10/22 13:04:12 version 1.98, 2003/10/23 15:22:11
Line 379  void       XhtmlElementComplete (ParserD Line 379  void       XhtmlElementComplete (ParserD
                    child = TtaGetLastChild(el);                     child = TtaGetLastChild(el);
                  }                   }
              }               }
            if (picture && content)  
              /* there is a picture element. The Object_Content must not be  
                 displayed in the main view */  
              {  
                ctxt = TtaGetSpecificStyleContext (doc);  
                /* the presentation rule to be set is not a CSS rule */  
                ctxt->cssSpecificity = 0;  
                ctxt->destroy = FALSE;  
                pval.typed_data.unit = UNIT_PX;  
                pval.typed_data.value = 0;  
                pval.typed_data.real = FALSE;  
                TtaSetStylePresentation (PRVisibility, content, NULL, ctxt, pval);  
              }  
          }           }
        if (data)         if (data)
          TtaFreeMemory (data);           TtaFreeMemory (data);

Removed from v.1.97  
changed lines
  Added in v.1.98


Webmaster