Re: user32/tests: Test for behavior of WM_SETTEXT handler
3 Feb
2011
3 Feb
'11
4:50 p.m.
Alexander LAW <exclusion(a)gmail.com> writes:
+ { WM_CTLCOLORSTATIC, sent|parent|optional}, /*Windows sends it, Wine doesn't*/ + { WM_CTLCOLORSTATIC, sent|parent|optional}, /*Windows sends it, Wine doesn't*/ + { WM_APP, sent|wparam|lparam, 0, 0 }, + { WM_PAINT, sent }, + { WM_NCPAINT, sent|defwinproc|optional }, /* FIXME: Wine sends it */
You can't add 'optional' to hide Wine bugs; if the message is sent on Windows it should be a todo_wine. -- Alexandre Julliard julliard(a)winehq.org
5429
Age (days ago)
5429
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard