]> 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/vtxgen.c

index 1cd430675ef3f32356cb2af39866041dd8e8339a..1e2719a22a322dc56255a2c693d401ac2627888b 100644 (file)
@@ -598,7 +598,7 @@ static void vtx_polyline(point * A, int n)
     vtx_style();
 }
 
-static void vtx_usershape(usershape_t *us, boxf b, point *A, int n, bool filled)
+static void vtx_usershape(usershape_t *us, boxf b, point *A, int n, boolean filled)
 {
 /* FIXME */
     int i;