Diff for /Amaya/amaya/amaya.h between versions 1.296 and 1.297

version 1.296, 2005/06/20 15:28:31 version 1.297, 2005/06/27 14:39:06
Line 462  typedef enum Line 462  typedef enum
   docMath,    docMath,
   docXml,    docXml,
   docLibrary,    docLibrary,
   docBookmark    docBookmark,
     docTypeMax
 } DocumentType;  } DocumentType;
   
   THOT_EXPORT const char *DocumentTypeNames[docTypeMax]
   #ifdef THOT_INITGLOBALVAR
   = 
   {
     "free",    /* docFree */
     "html",    /* docHTML */
     "text",    /* docText */
     "image",   /* docImage */
     "css",     /* docCSS */
     "source",  /* docSource */
     "annot",   /* docAnnot */
     "log",     /* docLog */
     "svg",     /* docSVG */
     "math",    /* docMath */
     "xml",     /* docXml */
     "library", /* docLibrary */
     "bookmark",/* docBookmark */
   }
   #endif /* THOT_INITGLOBALVAR */
   ; /* do not remove this ; */
   
 /* a record for data associated with a request */  /* a record for data associated with a request */
 typedef struct _DocumentMetaDataElement  typedef struct _DocumentMetaDataElement

Removed from v.1.296  
changed lines
  Added in v.1.297


Webmaster