From 54e72d1618ab8279d9c14cf3db7e00f2801c272d Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sun, 30 Jan 2011 22:19:28 +0000 Subject: renamed plotter member function pixel_pos to pixel_position. svn path=/trunk/netsurf/; revision=11546 --- atari/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atari/font.c b/atari/font.c index fb23abd26..524929fed 100755 --- a/atari/font.c +++ b/atari/font.c @@ -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 ); } -- cgit v1.2.3