X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fdevices%2Ffile.c;h=7546f75f0caab514d4927e094a69a1807fe8f869;hb=758b93863607c62246c52d17616b041f8a72d6dc;hp=72290e83472fe4736780c4994f7eb2ca16a2e421;hpb=21d84e013959749ab90588feafc7d8d5cf0c7eb7;p=swftools.git diff --git a/lib/devices/file.c b/lib/devices/file.c index 72290e8..7546f75 100644 --- a/lib/devices/file.c +++ b/lib/devices/file.c @@ -102,12 +102,12 @@ void file_fillgradient(struct _gfxdevice*dev, gfxline_t*line, gfxgradient_t*grad dumpline(i->fi, line); } -void file_addfont(struct _gfxdevice*dev, char*fontid, gfxfont_t*font) +void file_addfont(struct _gfxdevice*dev, gfxfont_t*font) { internal_t*i = (internal_t*)dev->internal; } -void file_drawchar(struct _gfxdevice*dev, char*fontid, int glyph, gfxcolor_t*color, gfxmatrix_t*matrix) +void file_drawchar(struct _gfxdevice*dev, gfxfont_t*font, int glyph, gfxcolor_t*color, gfxmatrix_t*matrix) { internal_t*i = (internal_t*)dev->internal; }