Added patch to return default palette entries from GetSystemPaletteEntries for non-palette-based devices.

This commit is contained in:
Sebastian Lackner
2015-05-07 04:20:48 +02:00
parent d532c3b5bd
commit caf809b1d5
5 changed files with 229 additions and 18 deletions

2
debian/changelog vendored
View File

@@ -8,6 +8,8 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
FilePipeLocalInformation class.
* Added patch with tests for shlwapi.AssocGetPerceivedType.
* Added patch with stub for atl80.AtlIPersistPropertyBag_Save.
* Added patch to return default palette entries from GetSystemPaletteEntries
for non-palette-based devices.
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Removed patch to properly handle closing sockets during a select call