X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxdevice.h;h=f01d79c4958f7fb8a2ce4d364821c61be0c520ca;hb=3170baa7c9b07a00774252fca579d72e2e68f332;hp=d0e7d14819c6e99eb5d96ac4d86eb8295dc9df6a;hpb=4499caa9287f6ad9b1c96e007504478c1f6089b5;p=swftools.git 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);