X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Fwind.h;h=a07ed6424d4285924f41f255cd58fee38b9ed2ba;hp=e1926ed8fe3fecf0ba8c1762ca77c49d3320f372;hb=9b4a07900f07d05f0f39c511c189489114817aba;hpb=879d0eec420fe0fd5ddcd56c8fe62b82a6744edd diff --git a/lib/gfxpoly/wind.h b/lib/gfxpoly/wind.h index e1926ed..a07ed64 100644 --- a/lib/gfxpoly/wind.h +++ b/lib/gfxpoly/wind.h @@ -7,7 +7,7 @@ the the (original) segment's y2 is larger than its y1 */ typedef enum {DIR_UP, DIR_DOWN, DIR_UNKNOWN} segment_dir_t; -#define DIR_INVERT(d) ((d)^=(DIR_UP^DIR_DOWN)) +#define DIR_INVERT(d) ((d)^(DIR_UP^DIR_DOWN)) typedef struct _edgestyle { void*internal;