X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_graph.h;h=0642d4199212d7133610d4f6053d994736a64617;hb=7bd35b8d099910071a57c66687f6ef79c5df9a5c;hp=7e85cd635935d990b17fa3aeb52ab7b0e7832af8;hpb=622adf9826b98d3982278c57ab9a0f8fc6041b03;p=rrdtool.git diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 7e85cd6..0642d41 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -219,7 +219,7 @@ typedef struct image_desc_t { double force_scale_max; /* Force a scale--max */ /* status information */ - + int with_markup; long xorigin, yorigin; /* where is (0,0) of the graph */ long ximg, yimg; /* total size of the image */ size_t rendered_image_size;