Diff for /Amaya/amaya/amaya.h between versions 1.57 and 1.58

version 1.57, 1998/07/06 14:59:42 version 1.58, 1998/07/07 12:17:14
Line 252  ElemImage; Line 252  ElemImage;
   
 typedef struct _LoadedImageDesc  typedef struct _LoadedImageDesc
   {    {
      char               *originalName;  /* complete URL of the image             */       char               *originalName;  /* complete URL of the image                */
      char               *localName;     /* local name (without path) of the image   */       char               *localName;     /* local name (without path) of the image   */
      struct _LoadedImageDesc *prevImage;/* double linked list */       struct _LoadedImageDesc *prevImage;/* double linked list                       */
      struct _LoadedImageDesc *nextImage;/* easier to unchain */       struct _LoadedImageDesc *nextImage;/* easier to unchain                        */
      Document            document;      /* document concerned                        */       Document            document;      /* document concerned                       */
      struct _ElemImage  *elImage;       /* first element using this image          */       struct _ElemImage  *elImage;       /* first element using this image           */
      int                 status;        /* the status of the Image loading */       int                 imageType;     /* the type of the image                    */
        int                 status;        /* the status of the image loading          */
   }    }
 LoadedImageDesc;  LoadedImageDesc;
   

Removed from v.1.57  
changed lines
  Added in v.1.58


Webmaster