Excerpts from Marcus Williams's message of Mon Nov 12 01:23:59 -0800 2007: > Presumably after the unlock, rather than before the lock on the mutex > if the stuff is redrawing? I'll resubmit later today.
Actually I think the best would be to call the hooks before the lock, and pass in the values to actually be drawn into the locked code, so that the draw happens within the lock. It means adding a couple arguments to some of these methods, probably. -- William <[EMAIL PROTECTED]> _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
