]> granicus.if.org Git - graphviz/commitdiff
Merge formatter and device plugin apis.
authorellson <devnull@localhost>
Wed, 29 Aug 2007 19:39:49 +0000 (19:39 +0000)
committerellson <devnull@localhost>
Wed, 29 Aug 2007 19:39:49 +0000 (19:39 +0000)
Selecting device by format, e.g. -Tsvgz, or -Tpng:cairo:gd
Automatically load correct renderer, e.g. cairo, gd, core_dot
Improve plugin listings.
Accurately reflecte available formats.

plugin/pango/gvplugin_pango.c

index 1c42040802ff8c18f43bfcaaead61b7b62b47d20..6ec078d0f9e9c412f01a1861cc032e5edf9db3a8 100644 (file)
 extern gvplugin_installed_t gvrender_pango_types;
 extern gvplugin_installed_t gvtextlayout_pango_types;
 extern gvplugin_installed_t gvloadimage_pango_types;
+extern gvplugin_installed_t gvdevice_pango_types;
 
 static gvplugin_api_t apis[] = {
     {API_render, &gvrender_pango_types},
     {API_textlayout, &gvtextlayout_pango_types},
     {API_loadimage, &gvloadimage_pango_types},
+    {API_device, &gvdevice_pango_types},
     {(api_t)0, 0},
 };