Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!zaphod.mps.ohio-state.edu!think.com!garyo From: garyo@think.com (Gary Oberbrunner) Newsgroups: comp.windows.x Subject: Re: Placing a window under X11R4 Message-ID: Date: 19 Sep 90 15:59:09 GMT References: <9009182036.AA12502@devnull.Eng.Sun.COM> Sender: news@Think.COM Organization: Thinking Machines Corporation, Cambridge Mass., USA Lines: 26 In-Reply-To: dshr@eng.sun.COM's message of 18 Sep 90 20:30:26 GMT In article <9009182036.AA12502@devnull.Eng.Sun.COM> dshr@eng.sun.COM (David Rosenthal) writes: > Hm... What about setting override_redirect to TRUE in the window attributes? > Doesn't this tell the window manager to bug off? > Yes, but you should not use it except under some very special circumstances: Use of override-redirect under other circumstances is "strongly discouraged" (see ICCCM section 4.2.2). David. In my application I map a full-screen input-only window that I use to turn the X mouse into a virtual trackball. I certainly don't want the user to have to "position" this invisible window. So override-redirect is useful in other cases as well as the two reported above. - Gary Oberbrunner Thinking Machines Corporation 245 First St Cambridge, MA 02142 garyo@think.com