Added patch to fix return value of ScrollWindowEx for invisible windows.

This commit is contained in:
Sebastian Lackner
2014-12-12 05:08:15 +01:00
parent 824469b329
commit fc24ba3f65
5 changed files with 49 additions and 1 deletions

View File

@@ -110,6 +110,7 @@ PATCHLIST := \
user32-GetSystemMetrics.ok \
user32-GetTipText.ok \
user32-Mouse_Message_Hwnd.ok \
user32-ScrollWindowEx.ok \
user32-WndProc.ok \
wine.inf-ProductId.ok \
wineboot-HKEY_DYN_DATA.ok \
@@ -1692,6 +1693,21 @@ user32-Mouse_Message_Hwnd.ok:
echo '+ { "Dmitry Timoshkov", "user32: Try harder to find a target for mouse messages.", 1 },'; \
) > user32-Mouse_Message_Hwnd.ok
# Patchset user32-ScrollWindowEx
# |
# | This patchset fixes the following Wine bugs:
# | * [#37706] Fix return value of ScrollWindowEx for invisible windows
# |
# | Modified files:
# | * dlls/user32/painting.c
# |
.INTERMEDIATE: user32-ScrollWindowEx.ok
user32-ScrollWindowEx.ok:
$(call APPLY_FILE,user32-ScrollWindowEx/0001-user32-Fix-return-value-of-ScrollWindowEx-for-invisi.patch)
@( \
echo '+ { "Dmitry Timoshkov", "user32: Fix return value of ScrollWindowEx for invisible windows.", 1 },'; \
) > user32-ScrollWindowEx.ok
# Patchset user32-WndProc
# |
# | This patchset fixes the following Wine bugs: