----- Original Message ----- From: "Gerard Patel" gerard.patel@nerim.net To: "Guy L. Albertelli" galberte@neo.lrun.com Cc: wine-devel@winehq.com Sent: Monday, November 12, 2001 5:03 AM Subject: Re: Regression errors
At 11:06 AM 10/11/2001 -0500, you wrote:
Thanks Gerard. I will try it Tuesday. Going out of town till then.
Well, I have advanced a bit this weekend. I noticed that one of my test app does indeed show this regression after the patch we are talking about.
As the case is a lot more simple than the one I was trying to debug before for this problem, I have been able to understand better what is happening. The problem shows itself in the following case :
- invalidating a window
- hiding it
- deleting it
and after that the paint count is > 0.
I can make the paint count change correctly with the following change :
<snip>
That patch fixes the hangs I was having. Thanks a lot. I think you should submit it.
Guy