Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!aplcen!uakari.primate.wisc.edu!uflorida!mlb.semi.harris.com!beep!geg From: geg@beep.melb.semi.harris.com (Greg Garland) Newsgroups: comp.windows.x Subject: Re: Placing a window under X11R4 Message-ID: <1990Sep18.095716@beep.melb.semi.harris.com> Date: 18 Sep 90 13:57:16 GMT Sender: news@mlb.semi.harris.com Reply-To: geg@beep.melb.semi.harris.com (Greg Garland) Organization: Manufacturing Systems, HSS, Harris Corp., Melbourne, FL Lines: 14 >>> I am porting an X application from X11R3 to X11R4. One of the >>> problems I am encountering is getting the top-level window to place >>> itself without the help of TWM. >This is entirely up to TWM. If TWM decides that the user shall always >place new windows, your client really isn't in much position to argue >about it. Some window managers can be told when to make the user place >the window; I don't know whether this is true of TWM or not. Hm... What about setting override_redirect to TRUE in the window attributes? Doesn't this tell the window manager to bug off? Greg G.