]> granicus.if.org Git - graphviz/commitdiff
use cairo renderer, not cairox
authorellson <devnull@localhost>
Wed, 29 Aug 2007 21:25:17 +0000 (21:25 +0000)
committerellson <devnull@localhost>
Wed, 29 Aug 2007 21:25:17 +0000 (21:25 +0000)
plugin/gtk/gvdevice_gtk.c
plugin/xlib/gvdevice_xlib.c

index d27cf14e6121816fc570c75866c40e0836e74439..4a47202fe8bcabc8c4b76f33085ba85098b38d06 100644 (file)
@@ -164,7 +164,7 @@ static gvdevice_engine_t device_engine_gtk = {
 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}
index 0d5771c2884351980f6f6fb3262fb1da4d4c37cc..cd6068b15fa11f4c9a898a4a60325404d6b9555c 100644 (file)
@@ -590,7 +590,7 @@ static gvdevice_engine_t device_engine_xlib = {
 
 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}
 };