X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxdevice.h;h=47068ed670965a8abc3a846c1febe096c5cd2609;hb=d49ac8c9bcdee2b43b4286eda0e1bf8d0fadd3f3;hp=e338834747b0479a9f8b4cd275e65519efad3e16;hpb=b6187767c1695212bda2bb0846ea74bfa42a3f1b;p=swftools.git diff --git a/lib/gfxdevice.h b/lib/gfxdevice.h index e338834..47068ed 100644 --- a/lib/gfxdevice.h +++ b/lib/gfxdevice.h @@ -98,7 +98,7 @@ typedef struct _gfxdevice void (*addfont)(struct _gfxdevice*dev, char*fontid, gfxfont_t*font); void (*drawchar)(struct _gfxdevice*dev, char*fontid, int glyph, gfxcolor_t*color, gfxmatrix_t*matrix); - void (*drawlink)(struct _gfxdevice*dev, int x1, int y1, int x2, int y2, char*action); + void (*drawlink)(struct _gfxdevice*dev, gfxline_t*line, char*action); void (*endpage)(struct _gfxdevice*dev); //?