X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Frenderpoly.h;h=050c781fd1b6caefea25658756b0a8789d6cb1cd;hp=91727879b58dcf0b5e804c2b09691fbc19dd4a9f;hb=002f2ed7c404339e11d669aa86ec998d8dd473a5;hpb=e5ec9f136f070b7e824e223c0b67e28efd8c70f0 diff --git a/lib/gfxpoly/renderpoly.h b/lib/gfxpoly/renderpoly.h index 9172787..050c781 100644 --- a/lib/gfxpoly/renderpoly.h +++ b/lib/gfxpoly/renderpoly.h @@ -15,4 +15,7 @@ typedef struct { unsigned char* render_polygon(gfxpoly_t*polygon, intbbox_t*bbox, double zoom, windrule_t*rule); +intbbox_t intbbox_new(int x1, int y1, int x2, int y2); +intbbox_t intbbox_from_polygon(gfxpoly_t*polygon, double zoom); + #endif