From: kramm Date: Sat, 26 Feb 2005 19:31:49 +0000 (+0000) Subject: gfxtool_draw_dashed_line now also needs a phase X-Git-Tag: release-0-7-0~191 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=c54c7a6fd7914cfa1a0674e3dd83e0931e89847c gfxtool_draw_dashed_line now also needs a phase --- 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);