From 6d125e79b364e844523faa69d7d0861cc8f1bbf4 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sun, 13 May 2012 15:33:58 +0000 Subject: Fixed prototyp, comments. svn path=/trunk/netsurf/; revision=13925 --- atari/plot/plotter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atari/plot/plotter.h') diff --git a/atari/plot/plotter.h b/atari/plot/plotter.h index c77457aa6..40fe6c62d 100755 --- a/atari/plot/plotter.h +++ b/atari/plot/plotter.h @@ -98,8 +98,8 @@ typedef int (*_fpmf_pixel_pos)( FONT_PLOTTER self, const plot_font_style_t *fsty typedef int (*_fpmf_text)( FONT_PLOTTER self, int x, int y, const char *text, size_t length, const plot_font_style_t *fstyle); -typedef void (*_fpmf_draw_glyph)(FONT_PLOTTER self, GRECT * loc, uint8_t * pixdata, - int pitch, uint32_t colour); +typedef void (*_fpmf_draw_glyph)(FONT_PLOTTER self, GRECT * clip, GRECT * loc, + uint8_t * pixdata, int pitch, uint32_t colour); typedef int (*_fpmf_dtor)( FONT_PLOTTER self ); -- cgit v1.2.3