Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!ucbcad!ucbvax!ZERMATT.LCS.MIT.EDU!RWS From: RWS@ZERMATT.LCS.MIT.EDU (Robert Scheifler) Newsgroups: comp.windows.x Subject: Configure/Expose event ordering. Message-ID: <871022074826.4.RWS@KILLINGTON.LCS.MIT.EDU> Date: Thu, 22-Oct-87 07:48:00 EDT Article-I.D.: KILLINGT.871022074826.4.RWS Posted: Thu Oct 22 07:48:00 1987 Date-Received: Sun, 25-Oct-87 00:48:36 EDT References: <2259@super.upenn.edu> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 13 Date: 21 Oct 87 22:23:49 GMT From: super.upenn.edu!dsl.cis.upenn.edu!bradley@rutgers.edu (John Bradley) Everything works well until I re-size the window (via uwm). When I do, I get an ExposeEvent, followed by a Configure and another Expose. This causes the program to redraw the contents of the window twice, the first time scaled wrong. uwm puts up this little popup right over your window. When uwm unmaps it, you get the first exposure. If the servers implemented save-unders, this wouldn't be a problem. If anyone would like to contribute public save-under and/or backing-store code ...