Added patch to ensure ShowWindow avoids interthread no-op messages.

This commit is contained in:
Sebastian Lackner
2014-11-21 07:30:26 +01:00
parent 744f67198c
commit 3741c4fe33
6 changed files with 123 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -3,6 +3,7 @@ wine-compholio (1.7.32) UNRELEASED; urgency=low
* Added patch to ensure dbghelp always checks for debug symbols in BINDIR.
* Added patch for pulseaudio exclusive mode support.
* Added patch to take abs() of vertex z coordinate as FFP fog coordinate.
* Added patch to ensure ShowWindow avoids interthread no-op messages.
* Removed patch to close server fd is there is no space in thread inflight fd list (accepted upstream).
* Removed patch to fix bugs in StrStr functions (accepted upstream).
* Removed patches to avoid sending messages in FindWindowExW (accepted upstream).