X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Fpoly.h;h=186075ac54a95028998aceeaf728b4b29a8018b4;hp=fc825b4d38bdc04e339466b32346b4b93470345d;hb=34ea6c36c2a3377546d0e8038f0d4f43b5e3cb6f;hpb=d966a4b935a597e9acd2502ca1e5ffaff51fa418 diff --git a/lib/gfxpoly/poly.h b/lib/gfxpoly/poly.h index fc825b4..186075a 100644 --- a/lib/gfxpoly/poly.h +++ b/lib/gfxpoly/poly.h @@ -6,7 +6,7 @@ #include "../types.h" //#define DEBUG -#define CHECKS +//#define CHECKS /* features */ #define SPLAY @@ -48,6 +48,7 @@ typedef struct _windrule typedef struct _gfxpolystroke { segment_dir_t dir; + int points_size; int num_points; point_t*points; fillstyle_t*fs;