Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!usc!snorkelwacker!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph Swick) Newsgroups: comp.windows.x Subject: Re: Problem with motif expose events Message-ID: <9005071925.AA17110@lyre.MIT.EDU> Date: 7 May 90 19:25:10 GMT References: <9004231813.AA16552@sae.com> Sender: daemon@athena.mit.edu (Mr Background) Organization: DEC/MIT Project Athena Lines: 9 > In the Athena widget set version, I redraw the contents > of a particular window only when I get the last exposure event in the > series, i.e. the expose event with count == 0. > > This doesn't seem to work with motif. Exposure compression should only affect widget class expose methods; it should not impact application-registered event handlers at all. I see nothing wrong with what you are doing.