From c54c7a6fd7914cfa1a0674e3dd83e0931e89847c Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 26 Feb 2005 19:31:49 +0000 Subject: [PATCH] gfxtool_draw_dashed_line now also needs a phase --- lib/gfxtools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 1.7.10.4