Path: utzoo!yunexus!geac!syntron!jtsv16!uunet!husc6!bloom-beacon!ZERMATT.LCS.MIT.EDU!RWS From: RWS@ZERMATT.LCS.MIT.EDU (Robert Scheifler) Newsgroups: comp.windows.x Subject: CLX names for drawing functions? Message-ID: <19880819124245.3.RWS@KILLINGTON.LCS.MIT.EDU> Date: 19 Aug 88 12:42:00 GMT Article-I.D.: KILLINGT.19880819124245.3.RWS References: <1059@titan.SW.MCC.COM> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 12 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.