Diff for /Amaya/amaya/amaya.h between versions 1.170 and 1.171

version 1.170, 2000/10/25 14:35:43 version 1.171, 2000/10/26 07:43:48
Line 142  typedef enum _ClickEvent { Line 142  typedef enum _ClickEvent {
 #define mElemName       39  #define mElemName       39
 #define mAddId          40  #define mAddId          40
 #define mRemoveId       41  #define mRemoveId       41
 #define OptionMenu      42  #define mUseSelection   42
   #define OptionMenu      43
 /* MAX_SUBMENUS references reserved for submenus of Option menu */  /* MAX_SUBMENUS references reserved for submenus of Option menu */
 /* Do not insert new entries here */  /* Do not insert new entries here */
 #define MAX_SUBMENUS    400  #define MAX_SUBMENUS    400
Line 334  THOT_EXPORT ThotBool     SelectionInQuot Line 335  THOT_EXPORT ThotBool     SelectionInQuot
 THOT_EXPORT ThotBool     SelectionInBDO;  THOT_EXPORT ThotBool     SelectionInBDO;
 THOT_EXPORT ThotBool     HTMLErrorsFound;  THOT_EXPORT ThotBool     HTMLErrorsFound;
 THOT_EXPORT ThotBool     XMLabort;  THOT_EXPORT ThotBool     XMLabort;
   THOT_EXPORT ThotBool     IdApplyToSelection; /* used in the Make ID menu */
 THOT_EXPORT FILE*        ErrFile;  THOT_EXPORT FILE*        ErrFile;
 THOT_EXPORT CHAR_T       ErrFileName [80];  THOT_EXPORT CHAR_T       ErrFileName [80];
 typedef enum  typedef enum

Removed from v.1.170  
changed lines
  Added in v.1.171


Webmaster