X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Fpoly.h;h=4154e798990ca75afb2f1efe47f5e0eb68fd234b;hp=bd1c99297f955b847e3a78440becf9f8dafce3ed;hb=82228fda28e4361ca674fb2513f1c23c471421e6;hpb=f9777d63606840b68fc86df0a96ee1a79ab04e69 diff --git a/lib/gfxpoly/poly.h b/lib/gfxpoly/poly.h index bd1c992..4154e79 100644 --- a/lib/gfxpoly/poly.h +++ b/lib/gfxpoly/poly.h @@ -6,7 +6,7 @@ #include "../types.h" #include "wind.h" -#define DEBUG +//#define DEBUG #define CHECKS /* features */ @@ -46,7 +46,7 @@ typedef struct _segment { int32_t minx, maxx; segment_dir_t dir; - edgestyle_t*fs_orig; + edgestyle_t*fs; edgestyle_t*fs_out; #ifdef CHECKS char fs_out_ok;