#include "gvplugin.h"
-extern gvplugin_installed_t gvdevice_core_dot_types;
-extern gvplugin_installed_t gvdevice_core_ps_types;
-extern gvplugin_installed_t gvdevice_core_fig_types;
-extern gvplugin_installed_t gvdevice_core_svg_types;
-extern gvplugin_installed_t gvdevice_core_vml_types;
-extern gvplugin_installed_t gvdevice_core_map_types;
-extern gvplugin_installed_t gvrender_core_dot_types;
-extern gvplugin_installed_t gvrender_core_ps_types;
-extern gvplugin_installed_t gvrender_core_fig_types;
-extern gvplugin_installed_t gvrender_core_svg_types;
-extern gvplugin_installed_t gvrender_core_vml_types;
-extern gvplugin_installed_t gvrender_core_map_types;
+extern gvplugin_installed_t gvdevice_dot_types;
+extern gvplugin_installed_t gvdevice_ps_types;
+extern gvplugin_installed_t gvdevice_fig_types;
+extern gvplugin_installed_t gvdevice_svg_types;
+extern gvplugin_installed_t gvdevice_vml_types;
+extern gvplugin_installed_t gvdevice_map_types;
+extern gvplugin_installed_t gvrender_dot_types;
+extern gvplugin_installed_t gvrender_ps_types;
+extern gvplugin_installed_t gvrender_fig_types;
+extern gvplugin_installed_t gvrender_svg_types;
+extern gvplugin_installed_t gvrender_vml_types;
+extern gvplugin_installed_t gvrender_map_types;
extern gvplugin_installed_t gvloadimage_core_types;
static gvplugin_api_t apis[] = {
- {API_device, &gvdevice_core_dot_types},
- {API_device, &gvdevice_core_ps_types},
- {API_device, &gvdevice_core_fig_types},
- {API_device, &gvdevice_core_svg_types},
- {API_device, &gvdevice_core_vml_types},
- {API_device, &gvdevice_core_map_types},
- {API_render, &gvrender_core_dot_types},
- {API_render, &gvrender_core_ps_types},
- {API_render, &gvrender_core_fig_types},
- {API_render, &gvrender_core_svg_types},
- {API_render, &gvrender_core_vml_types},
- {API_render, &gvrender_core_map_types},
+ {API_device, &gvdevice_dot_types},
+ {API_device, &gvdevice_ps_types},
+ {API_device, &gvdevice_fig_types},
+ {API_device, &gvdevice_svg_types},
+ {API_device, &gvdevice_vml_types},
+ {API_device, &gvdevice_map_types},
+ {API_render, &gvrender_dot_types},
+ {API_render, &gvrender_ps_types},
+ {API_render, &gvrender_fig_types},
+ {API_render, &gvrender_svg_types},
+ {API_render, &gvrender_vml_types},
+ {API_render, &gvrender_map_types},
{API_loadimage, &gvloadimage_core_types},
{(api_t)0, 0},
};
{72.,72.}, /* default dpi */
};
-gvplugin_installed_t gvrender_core_dot_types[] = {
- {FORMAT_DOT, "core_dot", 1, &dot_engine, &render_features_dot},
- {FORMAT_XDOT, "core_xdot", 1, &xdot_engine, &render_features_xdot},
+gvplugin_installed_t gvrender_dot_types[] = {
+ {FORMAT_DOT, "dot", 1, &dot_engine, &render_features_dot},
+ {FORMAT_XDOT, "xdot", 1, &xdot_engine, &render_features_xdot},
{0, NULL, 0, NULL, NULL}
};
-gvplugin_installed_t gvdevice_core_dot_types[] = {
- {FORMAT_DOT, "dot:core_dot", 1, NULL, &device_features_dot},
- {FORMAT_CANON, "canon:core_dot", 1, NULL, &device_features_canon},
- {FORMAT_PLAIN, "plain:core_dot", 1, NULL, &device_features_dot},
- {FORMAT_PLAIN_EXT, "plain-ext:core_dot", 1, NULL, &device_features_dot},
- {FORMAT_XDOT, "xdot:core_xdot", 1, NULL, &device_features_dot},
+gvplugin_installed_t gvdevice_dot_types[] = {
+ {FORMAT_DOT, "dot:dot", 1, NULL, &device_features_dot},
+ {FORMAT_CANON, "canon:dot", 1, NULL, &device_features_canon},
+ {FORMAT_PLAIN, "plain:dot", 1, NULL, &device_features_dot},
+ {FORMAT_PLAIN_EXT, "plain-ext:dot", 1, NULL, &device_features_dot},
+ {FORMAT_XDOT, "xdot:xdot", 1, NULL, &device_features_dot},
{0, NULL, 0, NULL, NULL}
};
* but that doesn't explain what the 1200 is? */
};
-gvplugin_installed_t gvrender_core_fig_types[] = {
- {FORMAT_FIG, "core_fig", 1, &fig_engine, &render_features_fig},
+gvplugin_installed_t gvrender_fig_types[] = {
+ {FORMAT_FIG, "fig", 1, &fig_engine, &render_features_fig},
{0, NULL, 0, NULL, NULL}
};
-gvplugin_installed_t gvdevice_core_fig_types[] = {
- {FORMAT_FIG, "fig:core_fig", 1, NULL, &device_features_fig},
+gvplugin_installed_t gvdevice_fig_types[] = {
+ {FORMAT_FIG, "fig:fig", 1, NULL, &device_features_fig},
{0, NULL, 0, NULL, NULL}
};
{96.,96.}, /* default dpi */
};
-gvplugin_installed_t gvrender_core_map_types[] = {
- {FORMAT_ISMAP, "core_map", 1, &map_engine, &render_features_map},
+gvplugin_installed_t gvrender_map_types[] = {
+ {FORMAT_ISMAP, "map", 1, &map_engine, &render_features_map},
{0, NULL, 0, NULL, NULL}
};
-gvplugin_installed_t gvdevice_core_map_types[] = {
- {FORMAT_ISMAP, "ismap:core_map", 1, NULL, &device_features_map_nopoly},
- {FORMAT_CMAP, "cmap:core_map", 1, NULL, &device_features_map},
- {FORMAT_IMAP, "imap:core_map", 1, NULL, &device_features_map},
- {FORMAT_CMAPX, "cmapx:core_map", 1, NULL, &device_features_map},
- {FORMAT_IMAP, "imap_np:core_map", 1, NULL, &device_features_map_nopoly},
- {FORMAT_CMAPX, "cmapx_np:core_map", 1, NULL, &device_features_map_nopoly},
+gvplugin_installed_t gvdevice_map_types[] = {
+ {FORMAT_ISMAP, "ismap:map", 1, NULL, &device_features_map_nopoly},
+ {FORMAT_CMAP, "cmap:map", 1, NULL, &device_features_map},
+ {FORMAT_IMAP, "imap:map", 1, NULL, &device_features_map},
+ {FORMAT_CMAPX, "cmapx:map", 1, NULL, &device_features_map},
+ {FORMAT_IMAP, "imap_np:map", 1, NULL, &device_features_map_nopoly},
+ {FORMAT_CMAPX, "cmapx_np:map", 1, NULL, &device_features_map_nopoly},
{0, NULL, 0, NULL, NULL}
};
{72.,72.}, /* default dpi */
};
-gvplugin_installed_t gvrender_core_ps_types[] = {
- {FORMAT_PS, "core_ps", 1, &psgen_engine, &render_features_ps},
+gvplugin_installed_t gvrender_ps_types[] = {
+ {FORMAT_PS, "ps", 1, &psgen_engine, &render_features_ps},
{0, NULL, 0, NULL, NULL}
};
-gvplugin_installed_t gvdevice_core_ps_types[] = {
- {FORMAT_PS, "ps:core_ps", 1, NULL, &device_features_ps},
- {FORMAT_PS2, "ps2:core_ps", 1, NULL, &device_features_ps},
+gvplugin_installed_t gvdevice_ps_types[] = {
+ {FORMAT_PS, "ps:ps", 1, NULL, &device_features_ps},
+ {FORMAT_PS2, "ps2:ps", 1, NULL, &device_features_ps},
{0, NULL, 0, NULL, NULL}
};
{72.,72.}, /* default dpi */
};
-gvplugin_installed_t gvrender_core_svg_types[] = {
- {FORMAT_SVG, "core_svg", 1, &svg_engine, &render_features_svg},
+gvplugin_installed_t gvrender_svg_types[] = {
+ {FORMAT_SVG, "svg", 1, &svg_engine, &render_features_svg},
{0, NULL, 0, NULL, NULL}
};
-gvplugin_installed_t gvdevice_core_svg_types[] = {
- {FORMAT_SVG, "svg:core_svg", 1, NULL, &device_features_svg},
+gvplugin_installed_t gvdevice_svg_types[] = {
+ {FORMAT_SVG, "svg:svg", 1, NULL, &device_features_svg},
#if HAVE_LIBZ
- {FORMAT_SVGZ, "svgz:core_svg", 1, NULL, &device_features_svg},
+ {FORMAT_SVGZ, "svgz:svg", 1, NULL, &device_features_svg},
#endif
{0, NULL, 0, NULL, NULL}
};
{96.,96.}, /* default dpi */
};
-gvplugin_installed_t gvrender_core_vml_types[] = {
- {FORMAT_VML, "core_vml", 1, &vml_engine, &render_features_vml},
+gvplugin_installed_t gvrender_vml_types[] = {
+ {FORMAT_VML, "vml", 1, &vml_engine, &render_features_vml},
{0, NULL, 0, NULL, NULL}
};
-gvplugin_installed_t gvdevice_core_vml_types[] = {
- {FORMAT_VML, "vml:core_vml", 1, NULL, &device_features_vml},
+gvplugin_installed_t gvdevice_vml_types[] = {
+ {FORMAT_VML, "vml:vml", 1, NULL, &device_features_vml},
#if HAVE_LIBZ
- {FORMAT_VMLZ, "vmlz:core_vml", 1, NULL, &device_features_vml},
+ {FORMAT_VMLZ, "vmlz:vml", 1, NULL, &device_features_vml},
#endif
{0, NULL, 0, NULL, NULL}
};