You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Rebase against 092c7a09a5afde3f11b71b1816388e80d062e8ec.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 27332457e843bbef5d08dd45249956ade1258476 Mon Sep 17 00:00:00 2001
|
||||
From dd0c922c02e793aba906cfad855c2474a3c2fe3b Mon Sep 17 00:00:00 2001
|
||||
From: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
|
||||
Date: Tue, 9 Jul 2019 14:13:28 +1000
|
||||
Subject: [PATCH] user32: Improve GetKeyboardLayoutList
|
||||
@@ -55,11 +55,11 @@ index 7ac77141696..56009667b00 100644
|
||||
if (baselayout != 0)
|
||||
{
|
||||
diff --git a/dlls/user32/tests/input.c b/dlls/user32/tests/input.c
|
||||
index ce272ed73f4..9ac14b607cf 100644
|
||||
index 2397b4104e4..a5c8521c0e9 100644
|
||||
--- a/dlls/user32/tests/input.c
|
||||
+++ b/dlls/user32/tests/input.c
|
||||
@@ -3979,6 +3979,40 @@ static void test_UnregisterDeviceNotification(void)
|
||||
ok(ret == FALSE, "Unregistering NULL Device Notification returned: %d\n", ret);
|
||||
@@ -4322,6 +4322,40 @@ static void test_SendInput(void)
|
||||
DestroyWindow( hwnd );
|
||||
}
|
||||
|
||||
+static void test_GetKeyboardLayoutList(void)
|
||||
@@ -99,7 +99,7 @@ index ce272ed73f4..9ac14b607cf 100644
|
||||
START_TEST(input)
|
||||
{
|
||||
char **argv;
|
||||
@@ -4020,6 +4054,7 @@ START_TEST(input)
|
||||
@@ -4364,6 +4398,7 @@ START_TEST(input)
|
||||
test_GetRawInputBuffer();
|
||||
test_RegisterRawInputDevices();
|
||||
test_rawinput(argv[0]);
|
||||
@@ -108,5 +108,5 @@ index ce272ed73f4..9ac14b607cf 100644
|
||||
if(pGetMouseMovePointsEx)
|
||||
test_GetMouseMovePointsEx(argv[0]);
|
||||
--
|
||||
2.28.0
|
||||
2.30.2
|
||||
|
||||
|
Reference in New Issue
Block a user