[5/5] d3dx9: Correct the FIXME message in ID3DXFont::GetGlyphData.

Józef Kucia joseph.kucia at gmail.com
Sun Oct 28 16:59:58 CDT 2012


---
 dlls/d3dx9_36/font.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3dx9_36/font.c b/dlls/d3dx9_36/font.c
index 5c09f82..33e5321 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;
 }
-- 
1.7.12.4




More information about the wine-patches mailing list