Xref: utzoo comp.sources.d:6707 comp.windows.x:34522 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!rphroy!caen!sol.ctr.columbia.edu!ira.uka.de!fauern!opal!gmdtub!simon!simon From: simon@opal.CS.TU-Berlin.DE (Simon Leinen) Newsgroups: comp.sources.d,comp.windows.x Subject: Re: xroach problems. Message-ID: Date: 27 Mar 91 15:24:54 GMT References: <+j7f0b+@rpi.edu> <1991Mar27.060714.19885@mel.dit.csiro.au> Sender: news@bigfoot.first.gmd.de Reply-To: simon@opal.CS.TU-Berlin.DE Followup-To: comp.sources.d Organization: GMD-FIRST, Berlin Lines: 19 In-reply-to: simonm@mel.dit.csiro.au's message of 27 Mar 91 06:07:14 GMT >>>>> On 27 Mar 91 06:07:14 GMT, simonm@mel.dit.csiro.au (Simon >>>>> McClenahan) said: SimonM> I can't help you, but I manage to compile it, and it just SimonM> plain doesn't work! Do you use tvtwm? Then the ordinary root window (on which the cockroaches run around) will be covered by the virtual desktop window. You have to #include "vroot.h" in the `xroach.c' file *after* . The file `vroot.h' redefines two preprocessor macros `RootWindow' and `DefaultRootWindow' to do the right thing in the presence of a virtual desktop. It was written by Andreas Stolcke of ICSI and can be FTPed from export.lcs.mit.edu, File /contrib/vroot.h. SimonM> Does it work with a monochrome monitor? Yes, it does. -- Simon.