projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64ee637
)
Rearrange adjust modes so that compression is correctly handled.
author
erg
<devnull@localhost>
Wed, 28 May 2008 17:44:56 +0000
(17:44 +0000)
committer
erg
<devnull@localhost>
Wed, 28 May 2008 17:44:56 +0000
(17:44 +0000)
lib/neatogen/adjust.h
patch
|
blob
|
history
diff --git
a/lib/neatogen/adjust.h
b/lib/neatogen/adjust.h
index c6f2563d2e8b0ea3d47e995c9ead68defb23712c..f356d5f8921193ee1ab0bd7000bcae2e97882b44 100644
(file)
--- 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;