mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
user32-Mouse_Message_Hwnd: Delete a stray spacing change.
This commit is contained in:
parent
2aab2d521a
commit
fff59d624e
@ -3235,8 +3235,7 @@ fi
|
||||
# | * [#9512] Make sure popups don't block access to objects underneath in DVDPro
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/user32/message.c, dlls/user32/tests/input.c, dlls/win32u/message.c, dlls/winex11.drv/bitblt.c, server/protocol.def,
|
||||
# | server/window.c
|
||||
# | * dlls/user32/tests/input.c, dlls/win32u/message.c, dlls/winex11.drv/bitblt.c, server/protocol.def, server/window.c
|
||||
# |
|
||||
if test "$enable_user32_Mouse_Message_Hwnd" -eq 1; then
|
||||
patch_apply user32-Mouse_Message_Hwnd/0001-user32-Try-harder-to-find-a-target-for-mouse-message.patch
|
||||
|
@ -1,26 +1,13 @@
|
||||
From 7e23fd15f7cd8f4a3d59342c2489243b4f79d1fa Mon Sep 17 00:00:00 2001
|
||||
From cb9f379e0eef9b7f1a150633e200864cc1ded33f Mon Sep 17 00:00:00 2001
|
||||
From: Dmitry Timoshkov <dmitry@codeweavers.com>
|
||||
Date: Tue, 25 Nov 2014 20:31:58 +0100
|
||||
Subject: [PATCH] user32: Try harder to find a target for mouse messages
|
||||
|
||||
---
|
||||
dlls/user32/message.c | 1 -
|
||||
dlls/user32/tests/input.c | 4 ++--
|
||||
dlls/win32u/message.c | 2 +-
|
||||
3 files changed, 3 insertions(+), 4 deletions(-)
|
||||
2 files changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/dlls/user32/message.c b/dlls/user32/message.c
|
||||
index 9170e919292..ed72fb81fe0 100644
|
||||
--- a/dlls/user32/message.c
|
||||
+++ b/dlls/user32/message.c
|
||||
@@ -592,7 +592,6 @@ BOOL process_rawinput_message( MSG *msg, UINT hw_id, const struct hardware_msg_d
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
-
|
||||
/***********************************************************************
|
||||
* SendMessageTimeoutW (USER32.@)
|
||||
*/
|
||||
diff --git a/dlls/user32/tests/input.c b/dlls/user32/tests/input.c
|
||||
index 14641591bff..2bef3437109 100644
|
||||
--- a/dlls/user32/tests/input.c
|
||||
@ -37,10 +24,10 @@ index 14641591bff..2bef3437109 100644
|
||||
|
||||
/* click on HTTRANSPARENT top-level window that belongs to other thread */
|
||||
diff --git a/dlls/win32u/message.c b/dlls/win32u/message.c
|
||||
index 9479595ae53..d602a7f3974 100644
|
||||
index 644e91aed4f..4cb65eec36a 100644
|
||||
--- a/dlls/win32u/message.c
|
||||
+++ b/dlls/win32u/message.c
|
||||
@@ -1401,7 +1401,7 @@ static BOOL process_mouse_message( MSG *msg, UINT hw_id, ULONG_PTR extra_info, H
|
||||
@@ -1402,7 +1402,7 @@ static BOOL process_mouse_message( MSG *msg, UINT hw_id, ULONG_PTR extra_info, H
|
||||
{
|
||||
HWND orig = msg->hwnd;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user