Rebase against 781277de62822c2bac23dc892a99665cdb140a5e.

This commit is contained in:
Alistair Leslie-Hughes 2022-02-16 10:21:38 +11:00
parent d0bde2925f
commit 17abc8d4ef
3 changed files with 11 additions and 11 deletions

View File

@ -51,7 +51,7 @@ usage()
# Get the upstream commit sha
upstream_commit()
{
echo "cfb1d2058fb47ff3f72501e0aaf35b97ea128036"
echo "781277de62822c2bac23dc892a99665cdb140a5e"
}
# Show version information

View File

@ -1,4 +1,4 @@
From 496ea7a4273c2f33bce0035063c21a28027b1523 Mon Sep 17 00:00:00 2001
From 19a4bd8f76819adf43158402935a3b49f37d946e Mon Sep 17 00:00:00 2001
From: Felix Yan <felixonmars@gmail.com>
Date: Tue, 23 Sep 2014 23:22:17 +0800
Subject: [PATCH] winex11.drv: Update a candidate window's position with
@ -56,10 +56,10 @@ index 2da7e02ca1a..1dd3ff29de4 100644
}
return ret;
diff --git a/dlls/user32/driver.c b/dlls/user32/driver.c
index 73f4ee67257..ffcf8d264a1 100644
index 7e9f63ad1c7..1a144bb78c9 100644
--- a/dlls/user32/driver.c
+++ b/dlls/user32/driver.c
@@ -364,6 +364,11 @@ static BOOL CDECL loaderdrv_UpdateLayeredWindow( HWND hwnd, const UPDATELAYEREDW
@@ -341,6 +341,11 @@ static BOOL CDECL loaderdrv_UpdateLayeredWindow( HWND hwnd, const UPDATELAYEREDW
return load_driver()->pUpdateLayeredWindow( hwnd, info, window_rect );
}
@ -71,20 +71,20 @@ index 73f4ee67257..ffcf8d264a1 100644
static struct user_driver_funcs lazy_load_driver =
{
{ NULL },
@@ -416,6 +421,8 @@ static struct user_driver_funcs lazy_load_driver =
@@ -393,6 +398,8 @@ static struct user_driver_funcs lazy_load_driver =
NULL,
/* vulkan support */
NULL,
+ /* candidate pos functions */
+ loaderdrv_UpdateCandidatePos,
/* thread management */
nulldrv_ThreadDetach
NULL
};
diff --git a/dlls/win32u/driver.c b/dlls/win32u/driver.c
index 405dbf38e11..f52a2240e59 100644
index b3a3e70f83f..3f8542e3b20 100644
--- a/dlls/win32u/driver.c
+++ b/dlls/win32u/driver.c
@@ -930,11 +930,17 @@ static BOOL CDECL nulldrv_SystemParametersInfo( UINT action, UINT int_param, voi
@@ -931,11 +931,17 @@ static BOOL CDECL nulldrv_SystemParametersInfo( UINT action, UINT int_param, voi
return FALSE;
}
@ -102,7 +102,7 @@ index 405dbf38e11..f52a2240e59 100644
static void CDECL nulldrv_ThreadDetach( void )
{
}
@@ -1098,6 +1104,7 @@ void CDECL __wine_set_display_driver( struct user_driver_funcs *driver, UINT ver
@@ -1133,6 +1139,7 @@ void CDECL __wine_set_display_driver( struct user_driver_funcs *driver, UINT ver
SET_USER_FUNC(WindowPosChanged);
SET_USER_FUNC(SystemParametersInfo);
SET_USER_FUNC(wine_get_vulkan_driver);
@ -256,5 +256,5 @@ index 567a6c21608..ff92d097f7d 100644
void (CDECL *pThreadDetach)(void);
};
--
2.33.0
2.34.1

View File

@ -1 +1 @@
cfb1d2058fb47ff3f72501e0aaf35b97ea128036
781277de62822c2bac23dc892a99665cdb140a5e