gvplugin_installed_t gvdevice_types_gtk[] = {
#ifdef HAVE_GTK
#ifdef CAIRO_HAS_XLIB_SURFACE
- {0, "gtk:cairox", 0, &device_engine_gtk, &device_features_gtk},
+ {0, "gtk:cairo", 0, &device_engine_gtk, &device_features_gtk},
#endif
#endif
{0, NULL, 0, NULL, NULL}
gvplugin_installed_t gvdevice_types_xlib[] = {
#ifdef CAIRO_HAS_XLIB_SURFACE
- {0, "xlib:cairox", 0, &device_engine_xlib, &device_features_xlib},
+ {0, "xlib:cairo", 0, &device_engine_xlib, &device_features_xlib},
#endif
{0, NULL, 0, NULL, NULL}
};