Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: X10 [and generic X application] bug Message-ID: <8805031334.AA12123@LYRE.MIT.EDU> Date: 3 May 88 13:34:13 GMT References: <8805030125.AA27318@ATHENA.MIT.EDU> Sender: daemon@ucbvax.BERKELEY.EDU Organization: DEC/MIT Project Athena Lines: 3 If a client intends to do something else for a long period of time (such as exit) other than read an event from the server, it probably wants to use XFlush() after the last drawing request. XCloseDisplay() discards any requests that may still be in the Xlib output buffer.