Added patch to implement DDENUMSURFACES_CANBECREATED in IDirectDraw7::EnumSurfaces and fix some bugs.

This commit is contained in:
Michael Müller
2015-04-04 05:57:17 +02:00
parent 174fd8ca69
commit f925ee9336
5 changed files with 395 additions and 13 deletions

1
debian/changelog vendored
View File

@@ -20,6 +20,7 @@ wine-staging (1.7.40) UNRELEASED; urgency=low
* Added patch to stub ntoskrnl.PsRemoveLoadImageNotifyRoutine
* Added patch to fix invalid memory access in get_registry_locale_info.
* Added patch to allow to open files/directories without any access rights in order to query attributes.
* Added patch to implement DDENUMSURFACES_CANBECREATED in IDirectDraw7::EnumSurfaces and fix some bugs.
* Removed patch to fix regression causing black screen on startup (accepted upstream).
* Removed patch to fix edge cases in TOOLTIPS_GetTipText (fixed upstream).
* Removed patch for IConnectionPoint/INetworkListManagerEvents stub interface (accepted upstream).