X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fdevices%2Ffile.c;h=7546f75f0caab514d4927e094a69a1807fe8f869;hb=89c2c3202bf06ade951bc698baa927b537936e8f;hp=72290e83472fe4736780c4994f7eb2ca16a2e421;hpb=03cce7a7a066b1f49c7f46986b631aa25b051155;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; }