Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!lll-lcc!ames!ucbcad!ucbvax!CS.ROCHESTER.EDU!ken From: ken@CS.ROCHESTER.EDU.UUCP Newsgroups: comp.windows.x Subject: cursor repainting Message-ID: <8703010656.13197@ur-seneca.arpa> Date: Sun, 1-Mar-87 02:17:00 EST Article-I.D.: ur-senec.8703010656.13197 Posted: Sun Mar 1 02:17:00 1987 Date-Received: Mon, 2-Mar-87 05:18:07 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 8 I have an application (ditroff previewer) that does a lot of BitmapBitsPuts to the window. I notice the program runs twice as fast when I move the cursor outside the window because X insists on repainting the cursor after every BitmapBitsPut. How can I avoid this? I've tried a smaller cursor with no significant improvement. I've tried a null cursor but Xlib won't let me make one. Ken