]> granicus.if.org Git - graphviz/commitdiff
plugin/gd: replace local declaration of gvrender_ptf with including gvcproc.h in...
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 28 Jul 2021 08:31:46 +0000 (10:31 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 4 Jan 2022 16:58:25 +0000 (17:58 +0100)
Towards https://gitlab.com/graphviz/graphviz/-/issues/2058.

plugin/gd/gvrender_gd_vrml.c

index f8a92f4b6cff05131005a5b725ad2006d5cc6d71..62e921fd4fd54858727c608985611a2b7144573f 100644 (file)
 #include <cgraph/agxbuf.h>
 #include <cgraph/cgraph.h>
 #include <common/utils.h>
+#include <common/render.h>
 
 /* for wind() */
 #include <pathplan/pathutil.h>
 
 extern shape_kind shapeOf(node_t *);
-extern pointf gvrender_ptf(GVJ_t *job, pointf p);
 extern pointf Bezier(pointf * V, int degree, double t, pointf * Left, pointf * Right);
 
 typedef enum { FORMAT_VRML, } format_type;