Index: dlls/user32/tests/msg.c =================================================================== RCS file: /home/wine/wine/dlls/user32/tests/msg.c,v retrieving revision 1.69 diff -u -p -u -r1.69 msg.c --- dlls/user32/tests/msg.c 7 Apr 2008 11:52:17 -0000 1.69 +++ dlls/user32/tests/msg.c 17 Apr 2008 18:07:10 -0000 @@ -9148,7 +9264,7 @@ static const struct message WmSetWindowR }; static const struct message WmSetWindowRgn_clear[] = { - { WM_WINDOWPOSCHANGING, sent|wparam, SWP_NOACTIVATE|SWP_FRAMECHANGED|SWP_NOSIZE|SWP_NOMOVE|SWP_NOCLIENTSIZE|SWP_NOCLIENTMOVE }, + { WM_WINDOWPOSCHANGING, sent|wparam, SWP_NOACTIVATE|SWP_FRAMECHANGED|SWP_NOSIZE|SWP_NOMOVE }, { WM_NCCALCSIZE, sent|wparam, 1 }, { WM_NCPAINT, sent }, /* wparam != 1 */ { WM_GETTEXT, sent|defwinproc|optional }, @@ -10113,7 +10229,7 @@ static const struct message wm_lb_click_ { HCBT_SETFOCUS, hook }, { WM_KILLFOCUS, sent|parent }, { WM_IME_SETCONTEXT, sent|wparam|optional|parent, 0 }, - { WM_IME_SETCONTEXT, sent|wparam|optional, 1 }, + { WM_IME_SETCONTEXT, sent|wparam|optional|defwinproc, 1 }, { EVENT_OBJECT_FOCUS, winevent_hook|wparam|lparam, OBJID_CLIENT, 0 }, { WM_SETFOCUS, sent|defwinproc },