d3dx9: Correct the FIXME message in ID3DXFont::GetGlyphData.
This commit is contained in:
parent
4f50e751e1
commit
d1a99feee6
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue