user32/tests: Test for behavior of WM_SETTEXT handler

Alexandre Julliard julliard at winehq.org
Thu Feb 3 10:50:28 CST 2011


Alexander LAW <exclusion at 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 at winehq.org



More information about the wine-devel mailing list