gfxtool_draw_dashed_line now also needs a phase
authorkramm <kramm>
Sat, 26 Feb 2005 19:31:49 +0000 (19:31 +0000)
committerkramm <kramm>
Sat, 26 Feb 2005 19:31:49 +0000 (19:31 +0000)
lib/gfxtools.h

index aa787fb..b2c6247 100644 (file)
@@ -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);