]> granicus.if.org Git - graphviz/commitdiff
Fix parameter type to use enum rather than raw int.
authorerg <devnull@localhost>
Thu, 17 Feb 2005 15:37:16 +0000 (15:37 +0000)
committererg <devnull@localhost>
Thu, 17 Feb 2005 15:37:16 +0000 (15:37 +0000)
lib/fdpgen/tlayout.h

index b0c55995c0e05934610afc92e74086236305d4bd..96aeeb04a378f5979d840fe80a684268b37748ce 100644 (file)
@@ -39,7 +39,7 @@ typedef enum {
        double Tfact;           /* scale temp from default expression */
        double K;               /* spring constant; ideal distance */
        double T0;              /* initial temperature */
-       int smode;              /* seed mode */
+       seedMode smode;         /* seed mode */
        int tries;              /* overlap removal */
     } fdpParms_t;