Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!snorkelwacker!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Handling exposure events Message-ID: <9001021346.AA00714@expire.lcs.mit.edu> Date: 2 Jan 90 13:46:03 GMT References: <3445@hub.UUCP> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 8 I just got the O'Reilly X manuals, and in volume I on page 70, it says that the correct way to handle expose events is to search the queue for them and handle them all at the same time. It seems to me that this could lead to problems if there are other events in the queue interleaved between the expose events. You are correct.