mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
user32/tests: Allow WM_MOUSEACTIVATE in the mouse hover test for compatibility with X11 focus policy.
This commit is contained in:
parent
1b6533bc2c
commit
f09bcc3eef
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user