From: erg Date: Wed, 28 May 2008 17:44:56 +0000 (+0000) Subject: Rearrange adjust modes so that compression is correctly handled. X-Git-Tag: LAST_LIBGRAPH~32^2~3985 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c75c1e520faeb99f982c4bb8959be7f5d6ecdfc7;p=graphviz Rearrange adjust modes so that compression is correctly handled. --- diff --git a/lib/neatogen/adjust.h b/lib/neatogen/adjust.h index c6f2563d2..f356d5f89 100644 --- a/lib/neatogen/adjust.h +++ b/lib/neatogen/adjust.h @@ -28,10 +28,10 @@ extern "C" { #define DFLT_MARGIN 4 /* 4 points */ typedef enum { - AM_NONE, AM_VOR, AM_COMPRESS, + AM_NONE, AM_VOR, AM_SCALE, AM_NSCALE, AM_SCALEXY, AM_PUSH, AM_PUSHPULL, AM_ORTHO, AM_ORTHO_YX, AM_ORTHOXY, AM_ORTHOYX, - AM_PORTHO, AM_PORTHO_YX, AM_PORTHOXY, AM_PORTHOYX, + AM_PORTHO, AM_PORTHO_YX, AM_PORTHOXY, AM_PORTHOYX, AM_COMPRESS, AM_VPSC, AM_IPSEP, AM_FDP } adjust_mode;