Path: utzoo!attcan!uunet!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Window Creation Question Message-ID: <8910161207.AA02418@expire.lcs.mit.edu> Date: 16 Oct 89 12:07:00 GMT References: <8910160634.AA13854@arisia.Xerox.COM> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 8 I have to call XNextEvent in order to get the server to create the window on the screen. No, you have to flush Xlib's output buffer to create the window on the screen. XNextEvent is simply one convenient way to make this happen. XFlush is another way to make this happen.