From: erg Date: Thu, 7 Dec 2006 22:49:36 +0000 (+0000) Subject: Re-do some .h files to limit exposure of internal values, .h files, X-Git-Tag: LAST_LIBGRAPH~32^2~5787 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad782bf6d56d59f4885232f01fb3562c1f883cd9;p=graphviz Re-do some .h files to limit exposure of internal values, .h files, and dependencies on config.h; return to a simple, concrete boolean type --- diff --git a/lib/common/picgen.c b/lib/common/picgen.c index 6b85a83af..aeda03631 100644 --- a/lib/common/picgen.c +++ b/lib/common/picgen.c @@ -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 */