[comp.windows.x] CLX names for drawing functions?

janssen@titan.sw.mcc.com (Bill Janssen) (08/19/88)

I've been trying to specify the graphics functions for the CLX gcontexts.
The best I can do is to use the internal reference:  "xlib::boole-xor", for
example.  Shouldn't these be exported?  Or am I missing the "right" way
to do this?

Bill

RWS@ZERMATT.LCS.MIT.EDU (Robert Scheifler) (08/19/88)

    Date: 19 Aug 88 02:16:51 GMT
    From: cs.utexas.edu!milano!titan!janssen%titan.sw.mcc.com@ohio-state.arpa  (Bill Janssen)

    I've been trying to specify the graphics functions for the CLX gcontexts.
    The best I can do is to use the internal reference:  "xlib::boole-xor", for
    example.  Shouldn't these be exported?  Or am I missing the "right" way
    to do this?

Yes, you are missing the "right" way.  The boole constants are a standard
part of Common Lisp, which is why we chose to use them in the CLX interface.
See CLtL, section 12.7, page 222.