Diff for /rpl/modules/motif/motif.rplc between versions 1.3 and 1.5

version 1.3, 2017/07/05 13:53:40 version 1.5, 2017/07/11 16:04:53
Line 5 Line 5
 libraryName(motif);  libraryName(motif);
   
 exportExternalFunctions(  exportExternalFunctions(
           XSynchronize,
           XtAddCallback,
         XtAppExitMainLoop,          XtAppExitMainLoop,
         XtAppInitialize,          XtAppInitialize,
         XtAppMainLoop,          XtAppMainLoop,
         XtCreateWidget);          XtCreatePopupShell,
           XtCreateWidget,
           XtDestroyWidget,
           XtPopdown,
           XtPopup,
           XtRealizeWidget);
   
 declareSubroutine(onLoading)  declareSubroutine(onLoading)
     notice(stdout, "\nMotif library V2R1 for RPL/2 (C) 2017 BERTRAND Joel\n");      notice(stdout, "\nMotif library V2R1 for RPL/2 (C) 2017 BERTRAND Joel\n");
Line 56  declareSubroutine(onLoading) Line 63  declareSubroutine(onLoading)
     createVariable(XtGrabExclusive);      createVariable(XtGrabExclusive);
   
     createVariable(XmSTRING);      createVariable(XmSTRING);
   
       setFalse(initializationDone);
       lCallbacks = NULL;
 endSubroutine  endSubroutine
   
 declareSubroutine(onClosing)  declareSubroutine(onClosing)

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


CVSweb interface <joel.bertrand@systella.fr>