Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!aplcen!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!usc!snorkelwacker!bloom-beacon!ti-csl.csc.ti.COM!ekberg From: ekberg@ti-csl.csc.ti.COM Newsgroups: comp.windows.x Subject: Re: Window question Message-ID: <9007201351.AA22558@osage.csc.ti.com> Date: 20 Jul 90 13:51:50 GMT Sender: ekberg@osage.csc.ti.com Organization: The Internet Lines: 18 Marco Imperatore writes on 19 Jul 90 15:34:40 GMT <1990Jul19.153440.755@watcgl.waterloo.edu> > Can someone tell me if the following is possible and if so, how. > > A COMPLETELY visible window LARGER THAN ITS PARENT. I need to get around > the clipping-to-parent-window restriction. The X11R4 version of the protocol specification states the following in the section on the CreateWindow request (it's on page 14 of my version): Output to a window is always clipped to the inside of the window, so that the border is never affected. So the answer is no. The server will always clip a child to the interior part of its parent. If you want window A to have more visible area than window B, then window A must be something other than either a direct or indirect child of window B. -- tom (aisle C-4Q), ekberg@csc.ti.com