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

This commit is contained in:
Józef Kucia 2012-10-28 22:59:58 +01:00 committed by Alexandre Julliard
parent 4f50e751e1
commit d1a99feee6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}