Diff for /Amaya/amaya/amaya.h between versions 1.165 and 1.166

version 1.165, 2000/10/05 09:09:39 version 1.166, 2000/10/07 10:56:40
Line 328  THOT_EXPORT CHAR_T       ErrFileName [80 Line 328  THOT_EXPORT CHAR_T       ErrFileName [80
 typedef enum  typedef enum
 {  {
   docHTML,    docHTML,
   docHTMLRO,  
   docText,    docText,
   docTextRO,  
   docImage,    docImage,
   docImageRO,  
   docCSS,    docCSS,
   docCSSRO,  
   docSource,    docSource,
   docSourceRO,  
   docAnnot,    docAnnot,
   docAnnotRO,  
   docLog,    docLog,
   docSVG,    docSVG,
   docSVGRO,  
   docMath,    docMath,
   docMathRO  
 } DocumentType;  } DocumentType;
   
   
Line 353  typedef struct _DocumentMetaDataElement Line 345  typedef struct _DocumentMetaDataElement
   CHAR_T*    initial_url;      /* if the server returns a different URL name    CHAR_T*    initial_url;      /* if the server returns a different URL name
                                   after a redirection, we store here the one                                    after a redirection, we store here the one
                                   that the browser first asked */                                    that the browser first asked */
   CHAR_T*    form_data;        /* form data associated with a URL               */    CHAR_T*    form_data;        /* form data associated with a URL */
   ClickEvent method;           /* method used to send this data                 */    ClickEvent method;           /* method used to send this data */
   ThotBool   put_default_name; /* URL name was concatenated with DEFAULT_NAME   */    ThotBool   put_default_name; /* URL name was concatenated with DEFAULT_NAME*/
   ThotBool   xmlformat;        /* the document should be exported in xml format */    ThotBool   xmlformat;        /* the document should be exported in xml format */
     
 #ifdef ANNOTATIONS  #ifdef ANNOTATIONS
   Document   source_doc;       /* if the document is an annotation,    Document   source_doc;       /* if the document is an annotation,
                                   this variable giveso the annoted document                                    this variable giveso the annoted document
Line 371  THOT_EXPORT CHAR_T* DocumentURLs[Documen Line 364  THOT_EXPORT CHAR_T* DocumentURLs[Documen
 THOT_EXPORT DocumentMetaDataElement *DocumentMeta[DocumentTableLength];  THOT_EXPORT DocumentMetaDataElement *DocumentMeta[DocumentTableLength];
 /* Type of document */  /* Type of document */
 THOT_EXPORT DocumentType DocumentTypes[DocumentTableLength];  THOT_EXPORT DocumentType DocumentTypes[DocumentTableLength];
   /* Document is in read only mode */
   THOT_EXPORT ThotBool ReadOnlyDocument[DocumentTableLength];
 /* identifier of the document displaying the source code */  /* identifier of the document displaying the source code */
 THOT_EXPORT Document DocumentSource[DocumentTableLength];  THOT_EXPORT Document DocumentSource[DocumentTableLength];
 /* The whole document is loaded when the corresponding entry in FilesLoading is 0 */  /* The whole document is loaded when the corresponding entry in FilesLoading is 0 */

Removed from v.1.165  
changed lines
  Added in v.1.166


Webmaster