Path: utzoo!attcan!uunet!snorkelwacker!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: cursor color Message-ID: <9006131214.AA05798@expire.lcs.mit.edu> Date: 13 Jun 90 12:14:11 GMT References: <57377@bbn.BBN.COM> Sender: root@athena.mit.edu (Wizard A. Root) Organization: The Internet Lines: 11 In looking through the sources, I found the _Cursor structure in src/server/include/cursorstr.h. You would have been better off looking at the RecolorCursor request definition in the X Protocol specification. Does this mean that the color number is ignored? Yes. Xlib uses XColor structures here because it was more "convenient" than defining another structure.