Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!tut.cis.ohio-state.edu!bloom-beacon!SAM.CS.CMU.EDU!Francois.Bitz From: Francois.Bitz@SAM.CS.CMU.EDU Newsgroups: comp.windows.x Subject: Finding Cursor associat. with a Window Message-ID: <8902270544.AA00187@ATHENA.MIT.EDU> Date: 27 Feb 89 05:43:56 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 14 I having a hard time figuring why it is not possible to get the Cursor id with GetWindowAttributes() when it is possible to set the cursor with SetWindowAttributes(); it seems to me that the structures associated with each call are not completely consistent between each other. I need to find out what the cursor is for a window in order to restore it to its value later since I want to change the cursor temporarily with XdefineCursor(). I also tried to use XGetWindowProperty() without success. Any hope ?