Path: utzoo!attcan!uunet!samsung!usc!snorkelwacker!bloom-beacon!ANDREW.CMU.EDU!wf08+ From: wf08+@ANDREW.CMU.EDU (William Frank) Newsgroups: comp.windows.x Subject: Re: R5 wishlist Message-ID: Date: 31 Jul 90 10:13:19 GMT References: <9007131249.AA21773@expire.lcs.mit.edu> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 27 > Excerpts from mail: 13-Jul-90 Re: R5 wishlist Bob Scheifler@expo.lcs.m > (417) > All I want for R5 is for the server to pass on expose events to > clients > that have backing store on, if the event was sent with SendEvent. > There's no reason why it shouldn't today. Perhaps you could elaborate > on what exactly you are doing (what mask you are passing to XSendEvent, > what mask the client has selected with) so that someone could understand > where the problem is. Perhaps you are just confused. Sorry that I am responding so late. Yes, I was very confused. I stupidly made the assumption that window managers and xrefresh used XSendEvent on all the visible windows. Unfortunately, this is not the case. So, I've rewritten xrefresh to do this. Of course, I had to keep around the previous method it used to redraw the screen, to deal with programs that throw away Send Events (such as xterm). After about a week or two of testing I hope to post a patch. Thanks for your help. -William Frank