[Bug 10522] endless WM_PAINT loop bug (update regions, queue paint count)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 1 19:52:38 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=10522





--- Comment #12 from Austin Lund <austin.lund at gmail.com>  2009-07-01 19:52:37 ---
I've tested my trial program on WinXPsp2 and the program doesn't do an infinite
loop.  

In wine my test program does:

WM_PAINT
WM_NCPAINT
WM_PAINT
WM_NCPAINT
WM_NCPAINT
WM_PAINT
WM_NCPAINT
WM_NCPAINT
(last 3 messages repeated forever)

In my version of XPsp2 it does:

WM_NCPAINT
WM_NCPAINT
WM_PAINT
WM_NCPAINT
(stops)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list