Diff for /Amaya/amaya/amaya.h between versions 1.211 and 1.212

version 1.211, 2001/07/11 08:20:39 version 1.212, 2001/08/21 15:52:53
Line 441  THOT_EXPORT DocumentMetaDataElement *Doc Line 441  THOT_EXPORT DocumentMetaDataElement *Doc
 THOT_EXPORT DocumentType             DocumentTypes[DocumentTableLength];  THOT_EXPORT DocumentType             DocumentTypes[DocumentTableLength];
 /* Document is in read only mode */  /* Document is in read only mode */
 THOT_EXPORT ThotBool                 ReadOnlyDocument[DocumentTableLength];  THOT_EXPORT ThotBool                 ReadOnlyDocument[DocumentTableLength];
   /* Document with section numbering */
   THOT_EXPORT ThotBool                 SNumbering[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.211  
changed lines
  Added in v.1.212


Webmaster