From 565f52ca7d8c5c9c8ce37b8861ceffb7ca3fcfda Mon Sep 17 00:00:00 2001 From: erg Date: Mon, 18 Jul 2005 16:00:46 +0000 Subject: [PATCH] Turn on new hierarchical layout in neato --- lib/neatogen/defs.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.40.0