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

index 6b85a83af612da41f06c532e6d2b27cb5a871f43..aeda0363169a79380f7abe83153c4c36bd78f33b 100644 (file)
@@ -554,7 +554,7 @@ static void pic_polyline(point * A, int n)
     point_list_out(A, n, FALSE);
 }
 
-static void pic_usershape(usershape_t *us, boxf b, point *A, int n, bool filled)
+static void pic_usershape(usershape_t *us, boxf b, point *A, int n, boolean filled)
 {
 /* FIXME */
     /* it's not at all clear what xxx_user_shape is supposed to do; in most xxxgen.c files it emits a message */