user32/tests: Allow WM_MOUSEACTIVATE in the mouse hover test for compatibility with X11 focus policy.

This commit is contained in:
Alexandre Julliard 2007-08-20 22:03:06 +02:00
parent 1b6533bc2c
commit f09bcc3eef
1 changed files with 2 additions and 0 deletions

View File

@ -8421,6 +8421,8 @@ static void test_quit_message(void)
}
static const struct message WmMouseHoverSeq[] = {
{ WM_MOUSEACTIVATE, sent|optional }, /* we can get those when moving the mouse in focus-follow-mouse mode under X11 */
{ WM_MOUSEACTIVATE, sent|optional },
{ WM_TIMER, sent|optional }, /* XP sends it */
{ WM_SYSTIMER, sent },
{ WM_MOUSEHOVER, sent|wparam, 0 },