mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-11 21:39:56 +03:00
renamed plotter member function pixel_pos to pixel_position.
svn path=/trunk/netsurf/; revision=11546
This commit is contained in:
parent
2fbc3bd4a0
commit
54e72d1618
@ -93,7 +93,7 @@ int atari_to_ucs4(unsigned char atari)
|
||||
static bool atari_font_position_in_string(const plot_font_style_t * fstyle,const char *string,
|
||||
size_t length,int x, size_t *char_offset, int *actual_x )
|
||||
{
|
||||
fplotter->pixel_position(fplotter, fstyle, string, length, x, char_offset, actual_x );
|
||||
fplotter->pixel_pos(fplotter, fstyle, string, length, x, char_offset, actual_x );
|
||||
return( true );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user