Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!uwm.edu!rpi!zaphod.mps.ohio-state.edu!usc!snorkelwacker!bloom-beacon!EXPO.LCS.MIT.EDU!keith From: keith@EXPO.LCS.MIT.EDU (Keith Packard) Newsgroups: comp.windows.x Subject: Re: X server implementation problems. Message-ID: <9009061818.AA16908@xenon.lcs.mit.edu> Date: 6 Sep 90 18:18:50 GMT References: <2078@charon.cwi.nl> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 11 > 1. The BW2 sun server (code based on the unix sun server as distributed) > makes the mouse cursor disappear if a new window is opened where the > mouse currently is. Moving the mouse will make it reappear. I assume > this problem is somewhere in the mi stuff (since that seems to be used to > make the cursor disappear and appear again) but I don't have a clue where to > look. The cursor reappears when miSpriteBlockHandler is called from BlockHandler which is called from WaitForSomething just before select is called to await additional data from the network.