=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: d3dx9: Correct the FIXME message in ID3DXFont::GetGlyphData.

Alexandre Julliard julliard at winehq.org
Mon Oct 29 13:52:51 CDT 2012


Module: wine
Branch: master
Commit: d1a99feee6ed097d3f2e1c5e1937014d86c4c0c1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d1a99feee6ed097d3f2e1c5e1937014d86c4c0c1

Author: Józef Kucia <joseph.kucia at gmail.com>
Date:   Sun Oct 28 22:59:58 2012 +0100

d3dx9: Correct the FIXME message in ID3DXFont::GetGlyphData.

---

 dlls/d3dx9_36/font.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3dx9_36/font.c b/dlls/d3dx9_36/font.c
index 1aeebea..65adff1 100644
--- a/dlls/d3dx9_36/font.c
+++ b/dlls/d3dx9_36/font.c
@@ -147,7 +147,7 @@ static HDC WINAPI ID3DXFontImpl_GetDC(ID3DXFont *iface)
 static HRESULT WINAPI ID3DXFontImpl_GetGlyphData(ID3DXFont *iface, UINT glyph,
         IDirect3DTexture9 **texture, RECT *blackbox, POINT *cellinc)
 {
-    FIXME("iface %p, glyph %#x, texture %p, baclbox %s, cellinc %s stub!\n",
+    FIXME("iface %p, glyph %#x, texture %p, blackbox %s, cellinc %s stub!\n",
             iface, glyph, texture, wine_dbgstr_rect(blackbox), wine_dbgstr_point(cellinc));
     return E_NOTIMPL;
 }




More information about the wine-cvs mailing list