From: kramm Date: Sun, 21 Oct 2007 19:57:36 +0000 (+0000) Subject: fixed parameter naming X-Git-Tag: buttons-working~508 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=3170baa7c9b07a00774252fca579d72e2e68f332 fixed parameter naming --- diff --git a/lib/gfxdevice.h b/lib/gfxdevice.h index d0e7d14..f01d79c 100644 --- a/lib/gfxdevice.h +++ b/lib/gfxdevice.h @@ -111,7 +111,7 @@ typedef struct _gfxdevice /* deprecated */ void (*addfont)(struct _gfxdevice*dev, gfxfont_t*font); - void (*drawchar)(struct _gfxdevice*dev, gfxfont_t*fontid, int glyph, gfxcolor_t*color, gfxmatrix_t*matrix); + void (*drawchar)(struct _gfxdevice*dev, gfxfont_t*font, int glyph, gfxcolor_t*color, gfxmatrix_t*matrix); void (*drawlink)(struct _gfxdevice*dev, gfxline_t*line, const char*action);