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

1
debian/changelog vendored
View File

@@ -9,6 +9,7 @@ wine-compholio (1.7.33) UNRELEASED; urgency=low
* Added patch for combase HSTRING objects.
* Added patch to implement stubs for MFStartup and MFShutdown.
* Added patch for additional tests of CoWaitForMultipleHandles with WM_QUIT.
* Added patch to fix return value of ScrollWindowEx for invisible windows.
* Removed patch to fix copy and paste errors in ws2_32 tests (accepted upstream).
* Removed patch to fix ordering of IP addresses by metric if two addresses have the same metric (accepted upstream).
* Removed patch to reset data->pWintrustData->u.pFile->hFile after closing handle (accepted upstream).