X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxtools.h;h=b2c62474a21acf5849ffae0fb424ab9feee79855;hp=aa787fbef390fa71daedbeda2a0c30dfde3b9eb0;hb=c54c7a6fd7914cfa1a0674e3dd83e0931e89847c;hpb=3ed992bcfe4f55c4c2ca1ccd49d4ab81796d04d3 diff --git a/lib/gfxtools.h b/lib/gfxtools.h index aa787fb..b2c6247 100644 --- a/lib/gfxtools.h +++ b/lib/gfxtools.h @@ -48,8 +48,8 @@ typedef struct _gfxpoint void gfxdrawer_target_gfxline(gfxdrawer_t*d); -void gfxtool_draw_dashed_line(gfxdrawer_t*d, gfxline_t*line, float*dashes); -gfxline_t* gfxtool_dash_line(gfxline_t*line, float*dashes); +void gfxtool_draw_dashed_line(gfxdrawer_t*d, gfxline_t*line, float*dashes, float phase); +gfxline_t* gfxtool_dash_line(gfxline_t*line, float*dashes, float phase); void gfxline_dump(gfxline_t*l, FILE*fi); void gfxline_free(gfxline_t*l);