From b1e6717b8137d8ac1badc4da34615ad23f130eb9 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Thu, 21 Jan 2016 06:44:32 +0100 Subject: [PATCH] user32-Mouse_Message_Hwnd: Add reference to another bug report. --- patches/patchinstall.sh | 1 + patches/user32-Mouse_Message_Hwnd/definition | 1 + 2 files changed, 2 insertions(+) diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index d665b5b2..af9f3c61 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -6057,6 +6057,7 @@ fi # | # | This patchset fixes the following Wine bugs: # | * [#12007] Fix issues with dragging layers between images in Adobe Photoshop 7.0 +# | * [#9512] Make sure popups don't block access to objects underneath in DVDPro # | # | Modified files: # | * dlls/user32/message.c, dlls/user32/tests/input.c diff --git a/patches/user32-Mouse_Message_Hwnd/definition b/patches/user32-Mouse_Message_Hwnd/definition index 32763648..9629b239 100644 --- a/patches/user32-Mouse_Message_Hwnd/definition +++ b/patches/user32-Mouse_Message_Hwnd/definition @@ -1 +1,2 @@ Fixes: [12007] Fix issues with dragging layers between images in Adobe Photoshop 7.0 +Fixes: [9512] Make sure popups don't block access to objects underneath in DVDPro