Added patch to enforce that surfaces are flushed after ReleaseDC.

This commit is contained in:
Sebastian Lackner
2015-02-27 22:44:57 +01:00
parent 9146caa7ae
commit 2672abd9e0
5 changed files with 61 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -16,6 +16,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low
* Added patch for support of shell32 file operation progress dialog.
* Added patch for basic implementation of job objects.
* Added patch to display animations for SHFileOperation progress dialog.
* Added patch to enforce that surfaces are flushed after ReleaseDC.
* Removed patch to properly call DriverUnload when unloading device drivers (accepted upstream).
* Removed patch to allow Accept-Encoding for HTTP/1.0 in wininet (accepted upstream).
* Removed patch to declare pDirectInputCreateEx in a MSVC compatible way (accepted upstream).