Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!wuarchive!udel!haven!decuac!decwrl!jumbo!src.dec.com!msm From: news@src.dec.com (News) Newsgroups: comp.windows.x Subject: Re: ICCCM question about raising windows Message-ID: <1990Apr11.132937.29561@src.dec.com> Date: 11 Apr 90 20:29:37 GMT References: <9004092038.AA07859@sae.com> Sender: news@src.dec.com (News) Reply-To: msm@src.dec.com (Mark S. Manasse) Organization: DEC Systems Research Center Lines: 16 Raising the shell window should, in fact, work IF the window manager allows it to. Since most reparenting window managers select for SubstructureRedirect on the parent of top-level windows, your stacking request will be sent to the window manager, which will then act on it as it sees fit. This doesn't mean that your window will be raised, just that the window manager gets a chance to decide if it should be. The ICCCM recommends that you not set a sibling; if you do, you'll need to be prepared to handle the X error that may result if the window is reparented under a non-redirecting window manager. Mark