Diff for /Amaya/amaya/styleparser.c between versions 1.202 and 1.203

version 1.202, 2003/05/09 15:40:49 version 1.203, 2003/05/21 16:42:30
Line 3007  static char *ParseSVGFillOpacity (Elemen Line 3007  static char *ParseSVGFillOpacity (Elemen
   FetchImage when a background image has been fetched.    FetchImage when a background image has been fetched.
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 void ParseCSSBackgroundImageCallback (Document doc, Element element,  void ParseCSSBackgroundImageCallback (Document doc, Element element,
                                       char *file, void *extra)                                        char *file, void *extra,
                                         ThotBool isnew)
 {  {
   DisplayMode                dispMode;    DisplayMode                dispMode;
   BackgroundImageCallbackPtr callblock;    BackgroundImageCallbackPtr callblock;
Line 3026  void ParseCSSBackgroundImageCallback (Do Line 3027  void ParseCSSBackgroundImageCallback (Do
   el = callblock->el;    el = callblock->el;
   tsch = callblock->tsch;    tsch = callblock->tsch;
   context = &callblock->context.specific;    context = &callblock->context.specific;
     if (doc == 0 && !isnew)
       /* apply to the current document only */
       doc = context->doc;
   if (doc)    if (doc)
     {      {
       /* avoid too many redisplay */        /* avoid too many redisplay */

Removed from v.1.202  
changed lines
  Added in v.1.203


Webmaster