On 23-Sep-00 at 08:47, Alexander Mai ([EMAIL PROTECTED]) wrote:
> On Fri, 22 Sep 2000 16:46:57 -0400 (EDT), Rick Scott wrote:
> 
> >> I'm not sure about the state of our converters anyway: e.g. string to
> >> pixmap is marked as NONSTANDARD in LessTif, a simple nm call brings up a
> >>  CvtStringToPixmap or similar in a Motif 2.0 lib. Do we have to move 
> >> some things to the "standard" part?
> >
> >xpm is not supported in 1.2.4, but is a part of 2.x. An "lsf Xpm*.c | wc
> >-l" on the openMotif tree shows 28 files related to xpm support.....
> 
> So we should move some stuff from 
> #ifdef NONSTANDARD_CONVERTERS
> to
> #if XmVERSION >= 2
> ?

Probably, but we should probably also keep it also with NONSTANDARD_CONVERTERS.

So a better one would probably be

#if XmVERSION >= 2 || defined(NONSTANDARD_CONVERTERS)

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

Reply via email to