]> granicus.if.org Git - graphviz/commitdiff
fix bug#1317 - we now keep a maximum of 50 image files open
authorellson <devnull@localhost>
Sat, 15 Mar 2008 23:19:30 +0000 (23:19 +0000)
committerellson <devnull@localhost>
Sat, 15 Mar 2008 23:19:30 +0000 (23:19 +0000)
added support for CAIRO_FORMAT_RGB24 format in png:ps:cairo loader  (for -Tps)

lib/gvc/gvplugin_loadimage.h

index 66180ccfa787e4c71fb845d25869beacd78a84dd..007f56feac1b5890a4922f53f65c7e46210a1ac2 100644 (file)
@@ -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" {