On Thursday 04 August 2005 22:34, Bernd Paysan wrote: > Hm, yes, the window-stub also must pass the clicks properly to the > parent window. This seems to be more complicated, so no solution for > today :-(.
It was easier than expected. First, find click^ (VIEW CLICK^, screen
65). Change the declaration from "early click^" to "method click^". Add
another method "method moreclicks" (it fits in the screen before). In
window-stub, define both click^ and moreclicks to refer to the parent
dpy:
: click^ dpy click^ ; : moreclicks dpy moreclicks ;
I'm not happy with this sort of "abstraction", but for now, it should
cure all problems.
--
Bernd Paysan
"If you want it done right, you have to do it yourself"
http://www.jwdt.com/~paysan/
pgpL6MWZo2u0i.pgp
Description: PGP signature
