X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Fpoly.h;h=619b779489be0c3e3e0c4ae29e435bf94e7ce592;hp=bd1c99297f955b847e3a78440becf9f8dafce3ed;hb=bdad407fb79c2f7be9f3603694ebdeadc645b52d;hpb=f9777d63606840b68fc86df0a96ee1a79ab04e69 diff --git a/lib/gfxpoly/poly.h b/lib/gfxpoly/poly.h index bd1c992..619b779 100644 --- a/lib/gfxpoly/poly.h +++ b/lib/gfxpoly/poly.h @@ -28,6 +28,7 @@ type_t point_type; typedef struct _gfxpolystroke { segment_dir_t dir; edgestyle_t*fs; + edgestyle_t*fs_old; int points_size; int num_points; point_t*points; @@ -48,6 +49,7 @@ typedef struct _segment { segment_dir_t dir; edgestyle_t*fs_orig; edgestyle_t*fs_out; + edgestyle_t*fs_old; #ifdef CHECKS char fs_out_ok; #endif