gdi32: Fix copy/paste typo in get_char_positions_indices.
This commit is contained in:
parent
2b95df8fbd
commit
f496a5a0e6
|
@ -358,7 +358,7 @@ static BOOL get_char_positions_indices( DC *dc, const WORD *indices, INT count,
|
|||
dev = GET_DC_PHYSDEV( dc, pGetTextMetrics );
|
||||
dev->funcs->pGetTextMetrics( dev, &tm );
|
||||
|
||||
dev = GET_DC_PHYSDEV( dc, pGetTextExtentExPoint );
|
||||
dev = GET_DC_PHYSDEV( dc, pGetTextExtentExPointI );
|
||||
if (!dev->funcs->pGetTextExtentExPointI( dev, indices, count, dx )) return FALSE;
|
||||
|
||||
if (dc->breakExtra || dc->breakRem)
|
||||
|
|
Loading…
Reference in New Issue