Path: utzoo!attcan!uunet!wuarchive!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: XWriteBitmapFile Message-ID: <8910271833.AA08189@expire.lcs.mit.edu> Date: 27 Oct 89 18:33:32 GMT References: <15417@bloom-beacon.MIT.EDU> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 8 "cannot write bitmap" is NOT written out! Here is the error messages. Where does X_ClearArea come into it? From somewhere earlier in your program. Remember, operations in X are mostly asynchronous, you normally don't see errors until long after the operation has been issued. To track this down, run your program synchronously (see XSynchronize).