Esme Povirk : user32/tests: Remove a no-longer needed optional flag.
Module: wine Branch: master Commit: a82b3eb0b51bf266af1e44391b0efe7e99814983 URL: https://gitlab.winehq.org/wine/wine/-/commit/a82b3eb0b51bf266af1e44391b0efe7... Author: Esme Povirk <esme(a)codeweavers.com> Date: Mon Apr 22 16:05:29 2024 -0500 user32/tests: Remove a no-longer needed optional flag. --- dlls/user32/tests/msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c index 21a72c6c9fd..f7d89b2420f 100644 --- a/dlls/user32/tests/msg.c +++ b/dlls/user32/tests/msg.c @@ -14904,7 +14904,7 @@ static const struct message WmSetWindowRgn_clear[] = { { WM_NCCALCSIZE, sent|wparam, 1 }, { WM_NCPAINT, sent|optional }, { WM_GETTEXT, sent|defwinproc|optional }, - { WM_ERASEBKGND, sent|optional }, /* FIXME: remove optional once Wine is fixed */ + { WM_ERASEBKGND, sent }, { WM_WINDOWPOSCHANGED, sent|wparam, SWP_NOCLIENTSIZE|SWP_NOCLIENTMOVE|SWP_NOACTIVATE|SWP_FRAMECHANGED|SWP_NOSIZE|SWP_NOMOVE }, { WM_NCCALCSIZE, sent|wparam|optional, 1 }, { WM_NCPAINT, sent|optional },
participants (1)
-
Alexandre Julliard