[comp.windows.x] Problem with motif expose events

swick@ATHENA.MIT.EDU (Ralph Swick) (05/08/90)

>   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.