Path: utzoo!attcan!uunet!lll-winken!csd4.milw.wisc.edu!mailrus!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: SubstructureRedirect & server out of sync bug Message-ID: <8903031914.AA17246@EXPIRE.LCS.MIT.EDU> Date: 3 Mar 89 19:14:45 GMT References: <530@stan.stan.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 19 As a consequence, the toolkit does not know if anything has happened at all, so it doesn't know whether to wait for the ConfigureNotify or not; and it has no idea of which ancestor it should look for it on. The toolkit doesn't need to know. The expectation is that you wait at the point where you attempt the top-level geometry change, not that you delay waiting until you attempt something that depends on the move. The thing/point at which a top-level change is requested should be able to deal with this (e.g. the Shell widget in Xt). The assumption is that this is a rather rare occurance (for windows that are managed by the window manager), so that the delay is tolerable. If you have data to the contrary, or have a specific proposal that is simple and more efficient, please present the information. [We should do this either just on xpert, or just privately, so I don't have to redo what I've said privately.]