Fixed GetTextExtentPointI driver usage.
This commit is contained in:
parent
58854430fa
commit
ce73456d80
|
@ -1125,7 +1125,7 @@ BOOL WINAPI GetTextExtentPointI(
|
|||
}
|
||||
else if(dc->funcs->pGetTextExtentPoint) {
|
||||
FIXME("calling GetTextExtentPoint\n");
|
||||
ret = dc->funcs->pGetTextExtentPoint( dc, (LPCWSTR)indices, count, size );
|
||||
ret = dc->funcs->pGetTextExtentPoint( dc->physDev, (LPCWSTR)indices, count, size );
|
||||
}
|
||||
|
||||
GDI_ReleaseObj( hdc );
|
||||
|
|
Loading…
Reference in New Issue