Diff for /rpl/modules/motif/motif.h between versions 1.4 and 1.6

version 1.4, 2017/07/11 16:04:53 version 1.6, 2017/08/23 12:21:59
Line 1 Line 1
 #include <pthread.h>  #include <pthread.h>
   
 enum types { WIDGET, APPCONTEXT };  enum types { APPCONTEXT, CALLBACK, WIDGET };
   
 #ifdef string  #ifdef string
 #   undef string  #   undef string
 #endif  #endif
   
 #include "Xm/XmAll.h"  #include "Xm/XmAll.h"
   #include "X11/xpm.h"
   
 #define string char *  #define string char *
   

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


CVSweb interface <joel.bertrand@systella.fr>