Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!agate!bionet!apple!bloom-beacon!xpiinc.UUCP!sfw From: sfw@xpiinc.UUCP (Steven F. Williams) Newsgroups: comp.windows.x Subject: XDefineCursor with cursor = NONE Message-ID: <8810211634.AA11760@xpiinc.uu.net> Date: 21 Oct 88 16:34:51 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 13 The Xlib Reference Manual (O'Reilly Assoctiates books) says that setting cursor = NONE in a call to XDefineCursor will cause no cursor to be displayed. The sample server causes the parent window cursor to be displayed, as if XUdefineCursor was called. The sample server Xlib implementation of XDefineCursor uses a ChangeWindowAttributes protocol request to set the cursor. The X protocol spec (R2) says "Changing the cursor of a root window to None restores the defalut cursor". The Xlib implementations seems to contradict the Xlib Reference Manual and the Protocol spec just is unclear. Steven Williams sfw@xpiinc.uu.net