Path: utzoo!attcan!uunet!husc6!bloom-beacon!WSL.DEC.COM!price From: price@WSL.DEC.COM Newsgroups: comp.windows.x Subject: Re: rubber banding in X Message-ID: <8805251707.AA00853@eros.dec.com> Date: 25 May 88 17:07:56 GMT References: <10979@steinmetz.ge.com> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 15 Two things: Instead of Xor, try GXinvert. It works for me, anyway. Also, set subwindow_mode to IncludeInferiors. This way, your rubberband line will draw on top of any child windows of the root. Remember that a window manager may place a "pseudo" root window between you and the real root window. Oh, and finally, set line width to 0. This tells the server to use any available line drawing acceleration. Does wonders for the VAXstation II/GPX lines. -chuck