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