]> granicus.if.org Git - graphviz/commitdiff
shorten some core and gd renderer names
authorellson <devnull@localhost>
Thu, 6 Sep 2007 17:32:55 +0000 (17:32 +0000)
committerellson <devnull@localhost>
Thu, 6 Sep 2007 17:32:55 +0000 (17:32 +0000)
plugin/gd/gvplugin_gd.c

index 1a8baa4ed606effe9bb7c0435caec2e7320b2065..0468dfc6760431e1f8f3ded4f67bb48cebf114e2 100644 (file)
@@ -17,7 +17,7 @@
 #include "gvplugin.h"
 
 extern gvplugin_installed_t gvrender_gd_types;
-extern gvplugin_installed_t gvrender_gd_vrml_types;
+extern gvplugin_installed_t gvrender_vrml_types;
 extern gvplugin_installed_t gvtextlayout_gd_types;
 extern gvplugin_installed_t gvloadimage_gd_types;
 extern gvplugin_installed_t gvdevice_gd_types;
@@ -26,7 +26,7 @@ extern gvplugin_installed_t gvdevice_vrml_types;
 
 static gvplugin_api_t apis[] = {
     {API_render, &gvrender_gd_types},
-    {API_render, &gvrender_gd_vrml_types},
+    {API_render, &gvrender_vrml_types},
     {API_textlayout, &gvtextlayout_gd_types},
     {API_loadimage, &gvloadimage_gd_types},
     {API_device, &gvdevice_gd_types},