From: ellson Date: Tue, 29 Jan 2008 19:58:31 +0000 (+0000) Subject: recognize -Npenwidth --- incomplete X-Git-Tag: LAST_LIBGRAPH~32^2~4805 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c02ee7374c81549fe7310045e1689337a3bd59d;p=graphviz recognize -Npenwidth --- incomplete --- diff --git a/lib/common/globals.h b/lib/common/globals.h index bec2def3b..15156646e 100644 --- a/lib/common/globals.h +++ b/lib/common/globals.h @@ -103,7 +103,8 @@ extern "C" { *N_label, *N_nojustify, *N_style, *N_showboxes, *N_sides, *N_peripheries, *N_orientation, *N_skew, *N_distortion, *N_fixed, *N_imagescale, *N_layer, - *N_group, *N_comment, *N_vertices, *N_z; + *N_group, *N_comment, *N_vertices, *N_z, + *N_penwidth; EXTERN attrsym_t *E_weight, *E_minlen, *E_color, *E_activepencolor, *E_activefillcolor,