]> 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:35 +0000 (22:49 +0000)
committererg <devnull@localhost>
Thu, 7 Dec 2006 22:49:35 +0000 (22:49 +0000)
and dependencies on config.h; return to a simple, concrete boolean type

tclpkg/tcldot/tkgen.c

index 2588e3f62462b516b4f9cea196326f3b4fc094d4..3c23c4b8279c5371ea8fb770887d7ba693258b35 100644 (file)
@@ -521,10 +521,10 @@ static void tk_polyline(point * A, int n)
     }
 }
 
-static void tk_usershape(usershape_t *us, boxf b, point *A, int n, bool filled)
+static void tk_usershape(usershape_t *us, boxf b, point *A, int n, boolean filled)
 {
 /* FIXME */
-    static bool onetime = TRUE;
+    static boolean onetime = TRUE;
     if (onetime) {
        fprintf(stderr, "custom shapes not available with this driver\n");
        onetime = FALSE;