Added patch to fix handling of window attributes for WS_EX_LAYERED | WS_EX_COMPOSITED.

This commit is contained in:
Sebastian Lackner
2015-01-24 05:15:18 +01:00
parent 804b80bb94
commit ab14a7dba0
5 changed files with 59 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -15,6 +15,7 @@ wine-staging (1.7.35) UNRELEASED; urgency=low
* Added patch to implement semi-stub for IDirectPlayVoiceClient::GetCompressionTypes.
* Added patch to fix cursor clip regression / broken raw input in multiple games.
* Added patches to implement ntoskrnl driver testing framework.
* Added patch to fix handling of window attributes for WS_EX_LAYERED | WS_EX_COMPOSITED.
* Removed patch to fix RandR on some broken nVidia systems (accepted upstream).
* Removed patch to set last error on success in WSARecv (accepted upstream).
* Removed patch to fix handling of subdirectory in FtpFindFirstFile (accepted upstream).