]> granicus.if.org Git - graphviz/commitdiff
Re-do some .h files to limit exposure of internal values, .h files,
authorerg <devnull@localhost>
Thu, 7 Dec 2006 22:49:36 +0000 (22:49 +0000)
committererg <devnull@localhost>
Thu, 7 Dec 2006 22:49:36 +0000 (22:49 +0000)
and dependencies on config.h; return to a simple, concrete boolean type

lib/common/mifgen.c

index afc9936c395a727052fd72045855a12c898c8b17..65b507031d4144fb2fd2482b4964caaacd58f068 100644 (file)
@@ -546,9 +546,9 @@ static void mif_polyline(point * A, int n)
     fprintf(Output_file, ">\n");
 }
 
-static void mif_usershape(usershape_t *us, boxf b, point *A, int n, bool filled)
+static void mif_usershape(usershape_t *us, boxf b, point *A, int n, boolean filled)
 {
-    static bool onetime = TRUE;
+    static boolean onetime = TRUE;
     if (onetime) {
        agerr(AGERR, "custom shapes not available with this driver\n");
        onetime = FALSE;