X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_graph.h;h=00ab15ba1f1c90fe91958f9add1382c3c35826e7;hb=271be77064640b1daa3408885d60b8bead1126ad;hp=de968a70b44db05fad224d91f24180d3f8e4b342;hpb=65878d5b2342b37186d9557f314e8a37dbc86de2;p=rrdtool.git diff --git a/src/rrd_graph.h b/src/rrd_graph.h index de968a7..00ab15b 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -215,6 +215,7 @@ typedef struct image_desc_t { long xorigin, yorigin; /* where is (0,0) of the graph */ long ximg, yimg; /* total size of the image */ + size_t rendered_image_size; double zoom; double magfact; /* numerical magnitude */ long base; /* 1000 or 1024 depending on what we graph */ @@ -227,6 +228,7 @@ typedef struct image_desc_t { int extra_flags; /* flags for boolean options */ /* data elements */ + unsigned char *rendered_image; long prt_c; /* number of print elements */ long gdes_c; /* number of graphics elements */ graph_desc_t *gdes; /* points to an array of graph elements */