]> granicus.if.org Git - graphviz/commitdiff
fix -Tswf
authorellson <devnull@localhost>
Wed, 29 Aug 2007 19:44:01 +0000 (19:44 +0000)
committerellson <devnull@localhost>
Wed, 29 Aug 2007 19:44:01 +0000 (19:44 +0000)
plugin/ming/gvplugin_ming.c

index 5f4e4b392ac54655ad9b6f78716b22d8b8ee1b60..5f736ff4d76064da5c77c70bad492cc8c28542b4 100644 (file)
 #include "gvplugin.h"
 
 extern gvplugin_installed_t gvrender_ming_types;
+extern gvplugin_installed_t gvdevice_ming_types;
 
 static gvplugin_api_t apis[] = {
+    {API_device, &gvdevice_ming_types},
     {API_render, &gvrender_ming_types},
     {(api_t)0, 0},
 };