Added patch for ID3DXFont::DrawTextA/W support.

This commit is contained in:
Sebastian Lackner
2014-12-30 21:00:02 +01:00
parent 2fce7d906c
commit 0ad98f7460
5 changed files with 353 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -22,6 +22,7 @@ wine-staging (1.7.34) UNRELEASED; urgency=low
* Added patch to add support for named pipe message mode.
* Added patch to avoid calling IDirect3DDevice7_DrawIndexedPrimitive if there is no primitive.
* Added patch to fix access violation when calling GetStringTypeW with NULL src.
* Added patch for ID3DXFont::DrawTextA/W support.
* Removed patch to implement combase HSTRING objects (accepted upstream).
* Removed patch to add fake ProductId to registry (accepted upstream).
* Removed patch to implement stubs for MFStartup and MFShutdown (accepted upstream).