From: ellson Date: Thu, 4 Oct 2007 01:41:03 +0000 (+0000) Subject: provide a GVDEVICE_NO_WRITER feature flag for those device that don't use gvdevice_wr... X-Git-Tag: LAST_LIBGRAPH~32^2~5214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abed8d1bc1569e71895a03a4a776a2e0588615a2;p=graphviz provide a GVDEVICE_NO_WRITER feature flag for those device that don't use gvdevice_write() --- diff --git a/plugin/devil/gvdevice_devil.c b/plugin/devil/gvdevice_devil.c index 5173d350a..15da293cc 100644 --- a/plugin/devil/gvdevice_devil.c +++ b/plugin/devil/gvdevice_devil.c @@ -91,6 +91,7 @@ static gvdevice_engine_t devil_engine = { static gvdevice_features_t device_features_devil = { GVDEVICE_BINARY_FORMAT + | GVDEVICE_NO_WRITER | GVDEVICE_DOES_TRUECOLOR,/* flags */ {0.,0.}, /* default margin - points */ {0.,0.}, /* default page width, height - points */