X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgraphcut.h;h=9b15a44cbe90ae069c58dcdd361581f044535d5e;hp=39b96c04f7c91a19af075d3b371a9a29154450e3;hb=879d0eec420fe0fd5ddcd56c8fe62b82a6744edd;hpb=062138c37383ec48082037f0610b7c8da41f6d0d diff --git a/lib/graphcut.h b/lib/graphcut.h index 39b96c0..9b15a44 100644 --- a/lib/graphcut.h +++ b/lib/graphcut.h @@ -38,7 +38,11 @@ struct _halfedge { struct _node { halfedge_t*edges; - int tmp; + union { + int tmp; + int component; + int color; + }; int nr; };