On July 14, 2002 20:36, Dirk Mueller wrote: > On Son, 14 Jul 2002, Till Krech wrote: > > The trick is, to retry to XReparentWindow the window for up to 50 times > > with slight delays (usleep(1000)) and look if it has already the required > > parent with XQueryTree. > > ewww.. both hardcoded usleeps and XQueryTree's are awful. XQueryTree is > terrible slow. > > I think what you're looking for is a syncX(). It already had a call to that in the code. (look at the patch and you will see it) Perhaps it was in the wrong place though? -- George Staikos