From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Mon, 12 Nov 2007 09:02:13 -0800 Subject: [sup-talk] [PATCH] Title bar and status bar widget In-Reply-To: <1194859333-sup-9479@tomsk> References: <1194518450-sup-4792@tomsk> <1194827264-sup-5774@south> <1194859333-sup-9479@tomsk> Message-ID: <1194886848-sup-8236@south> 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