[comp.windows.x] GXcopy from Sun 3

Lonnie.Chrisman@A.GP.CS.CMU.EDU (07/28/89)

  I am using XDrawString() in X11 and using GXcopy as the function indicator.
It appears that I am getting GXor instead.  I ran a small test trying out
each of the 16 possible functions and it seems that all of them are
incorrect.  The only functions observed were GXor, GXclear, and GXxor.  
However specifying GXxor resulted in GXclear, and similar with the other
functions.

  I am running on a Sun3/60 workstation.  The window was created as a
subclass of an athena Core widget (which I defined).  

  Has anyone experienced this before?  

Lonnie