Meanwhile we have two versions of incorporated Xpm stuff, being
lib/Xm/LTXpm.c and lib/Xm-2.0/Xpm.c.
This is more or less the same stuff, except that the functions
have different names _LtXpmFoo instead of XpmFoo and perhaps
very minor changes.
Shouldn't we try to get this done in a single file like

#ifdef XmVERSION >=2
#define  XPMPref Xpm
#else
#define XPMPref _LtXpm
#endif

void XPMPrefFoo(void) {
 ... }

?

-- 
Alexander Mai
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Reply via email to