Diff for /rpl/modules/motif/motif.rplc between versions 1.7 and 1.11

version 1.7, 2017/07/22 11:29:49 version 1.11, 2017/08/23 12:21:59
Line 6  libraryName(motif); Line 6  libraryName(motif);
   
 exportExternalFunctions(  exportExternalFunctions(
         XSynchronize,          XSynchronize,
           XStoreName,
           XmSetIcon,
         XtAddCallback,          XtAddCallback,
         XtAppExitMainLoop,          XtAppExitMainLoop,
         XtAppInitialize,          XtAppInitialize,
         XtAppMainLoop,          XtAppMainLoop,
         XtCreatePopupShell,          XtCreatePopupShell,
           XtCreateManagedWidget,
         XtCreateWidget,          XtCreateWidget,
         XtDestroyWidget,          XtDestroyWidget,
           XtOpenApplication,
         XtPopdown,          XtPopdown,
         XtPopup,          XtPopup,
         XtRealizeWidget,          XtRealizeWidget,

Removed from v.1.7  
changed lines
  Added in v.1.11


CVSweb interface <joel.bertrand@systella.fr>