From: erg Date: Mon, 18 Jul 2005 16:00:46 +0000 (+0000) Subject: Turn on new hierarchical layout in neato X-Git-Tag: LAST_LIBGRAPH~32^2~7415 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=565f52ca7d8c5c9c8ce37b8861ceffb7ca3fcfda;p=graphviz Turn on new hierarchical layout in neato --- diff --git a/lib/neatogen/defs.h b/lib/neatogen/defs.h index 8579c5638..ddc7b3bdc 100644 --- a/lib/neatogen/defs.h +++ b/lib/neatogen/defs.h @@ -77,6 +77,7 @@ extern "C" { typedef unsigned char bool; #define true TRUE #define false FALSE +#define DIGCOLA 1 #ifdef USE_STYLES typedef enum { regular, invisible } Style;