Diff for /Amaya/amaya/amaya.h between versions 1.337 and 1.338

version 1.337, 2008/09/12 13:37:27 version 1.338, 2008/10/08 15:09:31
Line 123  typedef struct _RELOAD_context Line 123  typedef struct _RELOAD_context
   int        distance; /* distance from the top of the window to the top of this    int        distance; /* distance from the top of the window to the top of this
                    element (% of the window height) */                     element (% of the window height) */
   int        visibility; /* register the current visibility */    int        visibility; /* register the current visibility */
   ThotBool   maparea; /* register the current maparea */    ThotBool   maparea; /* register the current maparea status */
     ThotBool   withSrc; /* register source open */
     ThotBool   withStruct; /* register structure open */
 } RELOAD_context;  } RELOAD_context;
   
 /* How are Network accesses provided ? */  /* How are Network accesses provided ? */

Removed from v.1.337  
changed lines
  Added in v.1.338


Webmaster