X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Frenderpoly.h;h=1c8d183e196c1f89a0d7c073d25ad66f4c16d558;hp=7d0afb46546f92a8df9b087784a0135745adec5e;hb=f7e9e8a9616f1ecb26776369fda6807cf8821a68;hpb=47dfa706dc7d700ab587db9f8ac54999c5ffa506 diff --git a/lib/gfxpoly/renderpoly.h b/lib/gfxpoly/renderpoly.h index 7d0afb4..1c8d183 100644 --- a/lib/gfxpoly/renderpoly.h +++ b/lib/gfxpoly/renderpoly.h @@ -13,7 +13,7 @@ typedef struct { int height; } intbbox_t; -unsigned char* render_polygon(gfxpoly_t*polygon, intbbox_t*bbox, double zoom, windrule_t*rule); +unsigned char* render_polygon(gfxpoly_t*polygon, intbbox_t*bbox, double zoom, windrule_t*rule, windcontext_t*context); intbbox_t intbbox_new(int x1, int y1, int x2, int y2); intbbox_t intbbox_from_polygon(gfxpoly_t*polygon, double zoom);