X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxpoly%2Fwind.h;h=a07ed6424d4285924f41f255cd58fee38b9ed2ba;hb=HEAD;hp=e1926ed8fe3fecf0ba8c1762ca77c49d3320f372;hpb=678260583255100b0dce559e0f8f2f813e6f162e;p=swftools.git 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;