>>>>> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:

Garst> How about: color_visual = ( (vi->c_class == StaticColor) ||
Garst> (vi->c_class == PseudoColor) || (vi->c_class == TrueColor) ||
Garst> (vi->c_class == DirectColor) ); 


Garst>or color_visual = ( vi->c_class
Garst> == (StaticColor ||PseudoColor ||TrueColor || DirectColor) );

Garst> excuse me if this is really dumb.  Garst

The first makes sense, the second is completely dumb :)

So, could other users try that out and confirm that this work? I makes
much sense, in any case.

JMarc

Reply via email to