user32/tests: Fix existing winevents in test_defwinproc() message sequences.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
21e3bb1bfb
commit
86198569f6
|
@ -15973,8 +15973,8 @@ static void test_paintingloop(void)
|
|||
|
||||
static const struct message NCRBUTTONDOWNSeq[] =
|
||||
{
|
||||
{ EVENT_SYSTEM_CAPTURESTART, winevent_hook|wparam|lparam, 0, 0 },
|
||||
{ EVENT_SYSTEM_CAPTUREEND, winevent_hook|wparam|lparam, 0, 0 },
|
||||
{ EVENT_SYSTEM_CAPTURESTART, winevent_hook|wparam|lparam|winevent_hook_todo, 0, 0 },
|
||||
{ EVENT_SYSTEM_CAPTUREEND, winevent_hook|wparam|lparam|winevent_hook_todo, 0, 0 },
|
||||
{ WM_CAPTURECHANGED, sent },
|
||||
{ WM_CONTEXTMENU, sent, /*hwnd*/0, -1 },
|
||||
{ 0 }
|
||||
|
|
Loading…
Reference in New Issue