Diff for /Amaya/amaya/XLinkedit.c between versions 1.4 and 1.5

version 1.4, 2001/05/11 12:44:00 version 1.5, 2001/07/02 08:11:52
Line 22 Line 22
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
    SetXLinkTypeSimple attach an attribute xlink:type="simple" to element el     SetXLinkTypeSimple attach an attribute xlink:type="simple" to element el
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 #ifdef __STDC__  
 void         SetXLinkTypeSimple (Element el, Document doc, ThotBool withUndo)  void         SetXLinkTypeSimple (Element el, Document doc, ThotBool withUndo)
 #else  /* __STDC__ */  
 void         SetXLinkTypeSimple (el, doc, withUndo)  
 Element      el;  
 Document     doc;  
 ThotBool     withUndo;  
   
 #endif /* __STDC__ */  
 {  {
   AttributeType attrType;    AttributeType attrType;
   Attribute     attr;    Attribute     attr;
Line 63  ThotBool     withUndo; Line 55  ThotBool     withUndo;
  An element from any namespace has been pasted.   An element from any namespace has been pasted.
  If it has some XLink attributes, update the link.   If it has some XLink attributes, update the link.
  -----------------------------------------------------------------------*/   -----------------------------------------------------------------------*/
 #ifdef __STDC__  
 void XLinkPasted (NotifyElement *event)  void XLinkPasted (NotifyElement *event)
 #else /* __STDC__*/  
 void XLinkPasted(event)  
      NotifyElement *event;  
 #endif /* __STDC__*/  
 {  {
   Document       originDocument;    Document       originDocument;
   AttributeType  attrType;    AttributeType  attrType;

Removed from v.1.4  
changed lines
  Added in v.1.5


Webmaster