From: ellson Date: Sat, 15 Mar 2008 23:19:30 +0000 (+0000) Subject: fix bug#1317 - we now keep a maximum of 50 image files open X-Git-Tag: LAST_LIBGRAPH~32^2~4496 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e76369d4c02a853348be6d3fdce53f33ac2d375;p=graphviz fix bug#1317 - we now keep a maximum of 50 image files open added support for CAIRO_FORMAT_RGB24 format in png:ps:cairo loader (for -Tps) --- diff --git a/lib/gvc/gvplugin_loadimage.h b/lib/gvc/gvplugin_loadimage.h index 66180ccfa..007f56fea 100644 --- a/lib/gvc/gvplugin_loadimage.h +++ b/lib/gvc/gvplugin_loadimage.h @@ -23,6 +23,8 @@ extern void gvdevice_fputs(GVJ_t * job, char *s); extern void gvdevice_printf(GVJ_t * job, const char *format, ...); +extern boolean gvusershape_file_access(usershape_t *us); +extern void gvusershape_file_release(usershape_t *us); #ifdef __cplusplus extern "C" {