user32/tests: Tweak test result for w1064v1809.

Seems like the wparam is not always as expected.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Rémi Bernon 2019-11-12 21:41:55 +01:00 committed by Alexandre Julliard
parent b6f7c0a492
commit 843cadb728
1 changed files with 2 additions and 2 deletions

View File

@ -9059,8 +9059,8 @@ static const struct message WmShiftMouseButton[] = {
{ HCBT_KEYSKIPPED, hook|wparam|lparam|optional, VK_SHIFT, 0xc0000001 }, /* XP */
{ WM_KEYUP, wparam|lparam, VK_SHIFT, 0xc0000001 },
{ WM_KEYUP, sent|wparam|lparam, VK_SHIFT, 0xc0000001 },
{ WM_LBUTTONUP, wparam|optional, MK_SHIFT, 0 }, /* >= w1064v1809 */
{ WM_LBUTTONUP, sent|wparam|optional, MK_SHIFT, 0 }, /* >= w1064v1809 */
{ WM_LBUTTONUP, optional, 0, 0 }, /* >= w1064v1809 */
{ WM_LBUTTONUP, sent|optional, 0, 0 }, /* >= w1064v1809 */
{ 0 }
};
static const struct message WmF1Seq[] = {