X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxtools.h;h=4b837187cfd6d4671fa57cf07e0c4088c1a117ca;hp=5c27e2ba75ec40be29e1d37342e224e0d20f6163;hb=5e60b81690ac5883abe4f68b61814b8764604fd1;hpb=944d0b42a196bd412c12c6c06fd0e4f301d4a1c7 diff --git a/lib/gfxtools.h b/lib/gfxtools.h index 5c27e2b..4b83718 100644 --- a/lib/gfxtools.h +++ b/lib/gfxtools.h @@ -99,6 +99,8 @@ gfxline_t*gfxline_makerectangle(double x1, double y1, double x2, double y2); gfxline_t*gfxline_makecircle(double x,double y,double rx, double ry); void gfxline_show(gfxline_t*line, FILE*fi); +void gfxgradient_destroy(gfxgradient_t*gradient); + typedef struct _gfxparam { const char*key; const char*value;